Fix missing message.

This commit is contained in:
Jan Mußler 2020-10-23 01:18:43 +02:00
parent d88e62fc79
commit 0c0474c95c
1 changed files with 2 additions and 2 deletions

View File

@ -634,8 +634,8 @@ class EndToEndTestCase(unittest.TestCase):
"foo": "bar",
}
self.eventuallyTrue(lambda: k8s.check_service_annotations("cluster-name=acid-minimal-cluster,spilo-role=master", annotations))
self.eventuallyTrue(lambda: k8s.check_service_annotations("cluster-name=acid-minimal-cluster,spilo-role=replica", annotations))
self.eventuallyTrue(lambda: k8s.check_service_annotations("cluster-name=acid-minimal-cluster,spilo-role=master", annotations), "Wrong annotations")
self.eventuallyTrue(lambda: k8s.check_service_annotations("cluster-name=acid-minimal-cluster,spilo-role=replica", annotations), "Wrong annotations")
# clean up
unpatch_custom_service_annotations = {