Skip to content

Commit

Permalink
Alter test to stop accounting for backoffs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtemple committed May 16, 2024
1 parent c0f5d2d commit 9358a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_sql_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ async def test_get_query_results_handles_exceptions_raised_within(
with pytest.raises(LookerApiError):
await asyncio.gather(task)

assert mocked_api["get_query_results"].call_count == 3
assert mocked_api["get_query_results"].call_count == 1


@pytest.mark.parametrize("fail_fast", (True, False))
Expand Down

0 comments on commit 9358a64

Please sign in to comment.