This commit is contained in:
David Ames
2020-05-20 15:05:37 -07:00
parent e347f0cb7a
commit 4802e632bd

View File

@@ -590,7 +590,7 @@ class MySQLInnoDBClusterColdStartTest(MySQLBaseTest):
if "Success" in action.data["results"].get("outcome"):
break
else:
loggging.info(action.data["results"].get("output"))
logging.info(action.data["results"].get("output"))
assert "Success" in action.data["results"]["outcome"], (
"Reboot cluster from complete outage action failed: {}"