From 21e18d4645d6354527ba763379ace1fd17162df1 Mon Sep 17 00:00:00 2001 From: Neha Oudin Date: Wed, 25 Sep 2024 09:46:30 +0200 Subject: [PATCH] fix: typo --- tests/integration/backup_tests/test_backups.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/backup_tests/test_backups.py b/tests/integration/backup_tests/test_backups.py index 0ecde150..fb0c56b4 100644 --- a/tests/integration/backup_tests/test_backups.py +++ b/tests/integration/backup_tests/test_backups.py @@ -65,8 +65,8 @@ async def add_writes_to_db(ops_test: OpsTest): await clear_writes_action.wait() start_writes_action = await application_unit.run_action( - "start-continuous-writes" - ** {"db-name": ha_helpers.TEST_DB, "coll-name": ha_helpers.TEST_COLLECTION}, + "start-continuous-writes", + **{"db-name": ha_helpers.TEST_DB, "coll-name": ha_helpers.TEST_COLLECTION}, ) await start_writes_action.wait()