From 1800e2448858afcfdb2063cdb1e4c3030e70a5c5 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Mon, 8 Jan 2024 06:14:53 +0000 Subject: [PATCH] Remove non-needed param --- tests/integration/ha_tests/test_ha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ha_tests/test_ha.py b/tests/integration/ha_tests/test_ha.py index 19db647fe..5287531be 100644 --- a/tests/integration/ha_tests/test_ha.py +++ b/tests/integration/ha_tests/test_ha.py @@ -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