Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 21, 2024
1 parent 3a5da3c commit fc16ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oidcc_provider_configuration_worker_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ retries_with_backoff_with_invalid_issuer_test() ->
})
),

?assert(meck:num_calls(httpc, request, '_') > 2),
?assert(meck:num_calls(httpc, request, '_') >= 2),

meck:unload(httpc),

Expand Down

0 comments on commit fc16ecf

Please sign in to comment.