Skip to content

Fix a test that only pass on retry

Rémy Coutable requested to merge 211795-fix-flaky-test into master

What does this MR do?

This test would only pass after a retry. We change the stubbing to be at a upper level, and also use .at_least(:once) to ensure all the calls are stubbed.

Does this MR meet the acceptance criteria?

Conformity

Closes #211795 (closed).

Edited by Rémy Coutable

Merge request reports