Skip to content

Commit

Permalink
Merge pull request #61 from onfido/fix-webhook-test
Browse files Browse the repository at this point in the history
test(webhook): fix flaky test
  • Loading branch information
dvacca-onfido authored Jul 18, 2024
2 parents 1b57823 + ba63de4 commit fcfc380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integrations/webhook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end

let(:webhook) { onfido_api.create_webhook(webhook_builder) }
let(:webhook_id) { webhook.id }
let!(:webhook_id) { webhook.id }

it 'creates a webhook' do
expect(webhook).to be_an_instance_of Onfido::Webhook
Expand Down

0 comments on commit fcfc380

Please sign in to comment.