Merge pull request #127 from digitalocean/fix-webhook-test-expectations
Fix webhook test expectationsmaster
commit
c0110ddbbb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue