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 1800e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/ha_tests/test_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ 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_hostname = await unit_hostname(ops_test, primary.name)
primary_unit_ip = await get_unit_ip(ops_test, primary.name, app_name=app_name)

# before cutting network verify that connection is possible
Expand Down

0 comments on commit 1800e24

Please sign in to comment.