We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf52274 commit 0acb43dCopy full SHA for 0acb43d
test/e2e/webhooks_test.go
@@ -208,7 +208,7 @@ func TestWebhooks_Post(t *testing.T) {
208
t.Cleanup(func() {
209
_, err := authorizedClient.R().Delete("webhooks/" + result.ID)
210
if err != nil {
211
- t.Fatal(err)
+ t.Error(err)
212
}
213
})
214
@@ -251,7 +251,7 @@ func TestWebhooks_Post(t *testing.T) {
251
252
253
254
255
256
257
@@ -296,7 +296,7 @@ func TestWebhooks_Post(t *testing.T) {
296
297
298
299
300
301
302
0 commit comments