Skip to content

Commit

Permalink
call reconcile before waiting for job
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Sep 17, 2024
1 parent 73be9a9 commit 6b389e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ async def test_reactive_mode_consumes_jobs(ops_test: OpsTest, app_for_reactive:
app_for_reactive.name,
)

await reconcile(app_for_reactive, app_for_reactive.model)

await wait_for_completion(run, conclusion="success")
_assert_queue_is_empty(mongodb_uri, app_for_reactive.name)

Expand Down

0 comments on commit 6b389e6

Please sign in to comment.