Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Jan 23, 2024
1 parent 5c03e93 commit f237324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ class WebhookServiceSpec extends Specification implements ServiceUnitTest<Webhoo
def result = service.importWebhook(mockUserAuth, definition, false)


then:"should fail"
then:"should have 1 webhook"
def existingWebhooks = service.webhookDataProvider.findAllByProject("Test")
result == [msg:'Webhook test imported']
existingWebhooks.size() == 1
Expand Down

0 comments on commit f237324

Please sign in to comment.