diff --git a/cluster_upgrade/tests/test_validators.py b/cluster_upgrade/tests/test_validators.py index 8af57c1..122fbbc 100644 --- a/cluster_upgrade/tests/test_validators.py +++ b/cluster_upgrade/tests/test_validators.py @@ -187,7 +187,7 @@ class TestNodeReassignNoReinstallValidator(tests_base.BaseCloneClusterTest): "reprovision": False, "roles": ['controller', 'compute'], }) - msg = '^Role "controller" in conflict with role compute$' + msg = "^Role 'controller' in conflict with role 'compute'.$" with self.assertRaisesRegexp(errors.InvalidData, msg): self.validator.validate(data, self.dst_cluster)