Merge pull request #127 from digitalocean/fix-webhook-test-expectations

Fix webhook test expectations
master
Timo Reimann 2021-09-19 16:46:00 +02:00 committed by GitHub
commit c0110ddbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ func TestBetaWebhookTimeoutError(t *testing.T) {
toIntP(30),
2,
),
expected: webhookTimeoutErrors(),
expected: webhookTimeoutErrorsBeta(),
},
{
name: "TimeoutSeconds value is set to 31 seconds",
@ -147,7 +147,7 @@ func TestBetaWebhookTimeoutError(t *testing.T) {
toIntP(31),
2,
),
expected: webhookTimeoutErrors(),
expected: webhookTimeoutErrorsBeta(),
},
{
name: "TimeoutSeconds value is set to nil",