From 66fd299f16eaf5f57f6db855370faa146b59daa2 Mon Sep 17 00:00:00 2001 From: Dariusz Smigiel <1412617+dasm@users.noreply.github.com> Date: Thu, 1 Apr 2021 21:30:13 -0700 Subject: [PATCH] Fixed typo --- zaza/openstack/charm_tests/mysql/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index 4e9da67..6923bc0 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -658,7 +658,7 @@ class MySQLInnoDBClusterColdStartTest(MySQLBaseTest): leader_unit.entity_id, "force-quorum-using-partition-of", action_params={ - "address": leader_unit.public_ip, + "address": leader_unit.public_address, 'i-really-mean-it': True })