Skip to content

Commit

Permalink
apply black.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Nov 26, 2024
1 parent f4595cf commit 20155bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gamma/csm_observability_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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):
Expand Down

0 comments on commit 20155bb

Please sign in to comment.