Rebuild for sync charm-helpers for 20.05 release

Change-Id: Id9cf636dd9426e0f2b3ba76ff40d8551f9381392
This commit is contained in:
Alex Kavanagh 2020-05-11 13:02:14 +01:00
parent 1519f17aaa
commit 1069ec8df5
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
3fef9e9b-3b33-4c1d-9fde-d2a783bbfa92
c17ec0ce-937e-11ea-a49b-8b4b0c8e2b7f

View File

@ -1269,7 +1269,7 @@ class TestMySQLInnoDBClusterCharm(test_utils.PatchHelper):
"dba.reboot_cluster_from_complete_outage()"
.format(
midbc.cluster_user, midbc.cluster_password,
midbc.cluster_address, midbc.options.cluster_name))
midbc.cluster_address))
self.assertEqual(_string, midbc.reboot_cluster_from_complete_outage())
midbc.run_mysqlsh_script.assert_called_once_with(_script)