diff --git a/e2e/tests/test_e2e.py b/e2e/tests/test_e2e.py index 0c6b60a2b..600b98350 100644 --- a/e2e/tests/test_e2e.py +++ b/e2e/tests/test_e2e.py @@ -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)