Make username list on log look normal

This commit is contained in:
Alex Kavanagh
2023-05-19 12:36:28 +01:00
parent 0fe8e9d666
commit f0a6e802cc
+1 -1
View File
@@ -617,7 +617,7 @@ class MySQLInnoDBClusterRotatePasswordTests(MySQLCommonTests):
action_params={}
)
usernames = yaml.safe_load(action.data['results']['usernames'])
logging.info("... usernames: %s", ', '.join(usernames))
logging.info("... usernames: %s", usernames)
self.assertIn('keystone', usernames)
# grab the password for keystone from the leader / to verify the change