Skip to content

Commit

Permalink
Fix webhook test expectations
Browse files Browse the repository at this point in the history
The beta tests need to use the beta expectations as well.
  • Loading branch information
timoreimann committed Sep 19, 2021
1 parent 5eeabb8 commit d0800c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 d0800c1

Please sign in to comment.