Fixed typo

This commit is contained in:
Dariusz Smigiel
2021-04-02 07:52:18 -07:00
parent 8b47c8a37f
commit 795272269f
+1 -1
View File
@@ -662,7 +662,7 @@ class MySQLInnoDBClusterColdStartTest(MySQLBaseTest):
'i-really-mean-it': True
})
assert action.data.get("results")["outcome"] is not Noe, (
assert action.data.get("results") is not None, (
"Force quorum using partition of action failed: {}"
.format(action.data))