Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness committed Sep 25, 2024
1 parent 232210c commit 21e18d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/backup_tests/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 21e18d4

Please sign in to comment.