Skip to content

Commit

Permalink
pass db name
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jan 8, 2024
1 parent 08b0bca commit 38e98d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async def test_app_relation_metadata_change(ops_test: OpsTest) -> None:
)
ip_addresses = endpoints_str.split(",")
try:
primary = await replica_set_primary(ip_addresses, ops_test)
primary = await replica_set_primary(ip_addresses, ops_test, app_name=db_app_name)
except RetryError:
assert False, "replica set has no primary"

Expand Down

0 comments on commit 38e98d8

Please sign in to comment.