Skip to content

Commit

Permalink
fix(smoke-test): add wait for sync to smoke-test (#11405)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Sep 17, 2024
1 parent fca86bc commit c772a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smoke-test/tests/tokens/revokable_access_token_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ def wait_for_healthchecks():
yield


@pytest.fixture(autouse=True)
@pytest.mark.dependency()
def test_healthchecks(wait_for_healthchecks):
# Call to wait_for_healthchecks fixture will do the actual functionality.
pass
wait_for_writes_to_sync()


@pytest.mark.dependency(depends=["test_healthchecks"])
Expand Down

0 comments on commit c772a8c

Please sign in to comment.