From d632b43340292888587e26fe57420af493499e31 Mon Sep 17 00:00:00 2001 From: Vladyslav Yurchenko Date: Thu, 6 Jun 2024 23:12:31 +0300 Subject: [PATCH] Functional Testing. Recovery testing. --- tests/integration/ha_tests/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ha_tests/test_functional.py b/tests/integration/ha_tests/test_functional.py index defeb76b75..09a8a44a48 100644 --- a/tests/integration/ha_tests/test_functional.py +++ b/tests/integration/ha_tests/test_functional.py @@ -281,4 +281,4 @@ async def test_instance_backup_with_restart( logger.info("remove application") for attempt in Retrying(stop=stop_after_delay(15 * 3), wait=wait_fixed(3), reraise=True): with attempt: - await ops_test.model.remove_application(APPLICATION_NAME, block_until_done=True) + await ops_test.model.remove_application(DATABASE_APP_NAME, block_until_done=True)