Skip to content

Commit

Permalink
Merge pull request #127 from digitalocean/fix-webhook-test-expectations
Browse files Browse the repository at this point in the history
Fix webhook test expectations
  • Loading branch information
timoreimann committed Sep 19, 2021
2 parents 5eeabb8 + d0800c1 commit c0110dd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -133,7 +133,7 @@ func TestBetaWebhookTimeoutError(t *testing.T) {
toIntP(30),
2,
),
expected: webhookTimeoutErrors(),
expected: webhookTimeoutErrorsBeta(),
},
{
name: "TimeoutSeconds value is set to 31 seconds",
Expand All @@ -147,7 +147,7 @@ func TestBetaWebhookTimeoutError(t *testing.T) {
toIntP(31),
2,
),
expected: webhookTimeoutErrors(),
expected: webhookTimeoutErrorsBeta(),
},
{
name: "TimeoutSeconds value is set to nil",
Expand Down

0 comments on commit c0110dd

Please sign in to comment.