From 20155bbbbb320338d3c77e95169d2916de8c8230 Mon Sep 17 00:00:00 2001 From: Arvind Bright Date: Tue, 26 Nov 2024 11:09:19 -0800 Subject: [PATCH] apply black.sh --- tests/gamma/csm_observability_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gamma/csm_observability_test.py b/tests/gamma/csm_observability_test.py index baf5e061..7aa0c488 100644 --- a/tests/gamma/csm_observability_test.py +++ b/tests/gamma/csm_observability_test.py @@ -195,7 +195,7 @@ def initKubernetesClientRunner(self, **kwargs) -> KubernetesClientRunner: csm_canonical_service_name=CSM_CANONICAL_SERVICE_NAME_CLIENT, ), namespace_template="gamma/namespace.yaml", - deployment_template="gamma/client.deployment.yaml" + deployment_template="gamma/client.deployment.yaml", ) # These parameters are more pertaining to the test itself, not to @@ -208,7 +208,7 @@ def initKubernetesServerRunner(self, **kwargs) -> GammaServerRunner: csm_canonical_service_name=CSM_CANONICAL_SERVICE_NAME_SERVER, ), namespace_template="gamma/namespace.yaml", - deployment_template="gamma/server.deployment.yaml" + deployment_template="gamma/server.deployment.yaml", ) def test_csm_observability(self):