From 0efacb109b7e049a565d50e4ef78f1a836c24ba3 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Tue, 19 Nov 2024 19:14:58 +0200 Subject: [PATCH] List of apps --- tests/integration/new_relations/test_new_relations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/new_relations/test_new_relations.py b/tests/integration/new_relations/test_new_relations.py index d96727556b..09cf292805 100644 --- a/tests/integration/new_relations/test_new_relations.py +++ b/tests/integration/new_relations/test_new_relations.py @@ -220,7 +220,7 @@ async def test_filter_out_degraded_replicas(ops_test: OpsTest): assert data is None await start_machine(ops_test, machine) - await ops_test.model.wait_for_idle(apps=DATABASE_APP_NAME, status="active", timeout=200) + await ops_test.model.wait_for_idle(apps=[DATABASE_APP_NAME], status="active", timeout=200) @pytest.mark.group("new_relations_tests")