Skip to content

Commit

Permalink
Remove non-needed param
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Jan 8, 2024
1 parent 5d69abd commit 0cbc0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/ha_tests/test_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ async def test_network_cut(ops_test, continuous_writes):
all_units = ops_test.model.applications[app_name].units
model_name = ops_test.model.info.name

primary_hostname = await unit_hostname(ops_test, primary.name, app_name=app_name)
primary_unit_ip = await get_unit_ip(ops_test, primary.name, app_name=app_name)
primary_hostname = await unit_hostname(ops_test, primary.name)
primary_unit_ip = await get_unit_ip(ops_test, primary.name)

# before cutting network verify that connection is possible
assert await mongod_ready(
Expand Down

0 comments on commit 0cbc0fc

Please sign in to comment.