fix service annotations test

This commit is contained in:
Felix Kunde 2020-04-29 17:25:02 +02:00
parent 9cc7ed3929
commit 6aa989020b
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ class EndToEndTestCase(unittest.TestCase):
k8s = self.k8s
patch_custom_service_annotations = {
"data": {
"custom_service_annotatons": "foo:bar",
"custom_service_annotations": "foo:bar",
}
}
k8s.update_config(patch_custom_service_annotations)