From c57c9d48ca6f6ec7d8a228ed10b43a1995a3390c Mon Sep 17 00:00:00 2001 From: Ali Kelkawi Date: Mon, 24 Jun 2024 16:02:27 +0300 Subject: [PATCH] address review comments --- tests/integration/helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/helpers.py b/tests/integration/helpers.py index 5d5293e..ef641d4 100644 --- a/tests/integration/helpers.py +++ b/tests/integration/helpers.py @@ -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)