Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jun 24, 2024
1 parent 35d9c92 commit c57c9d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/helpers.py
Original file line number Diff line number Diff line change
@@ -164,3 +164,5 @@ async def perform_airbyte_integrations(ops_test: OpsTest):

assert ops_test.model.applications[APP_NAME_AIRBYTE_SERVER].units[0].workload_status == "active"
assert ops_test.model.applications[APP_NAME_AIRBYTE_UI].units[0].workload_status == "active"

await run_sample_workflow(ops_test)

0 comments on commit c57c9d4

Please sign in to comment.