Skip to content

Commit

Permalink
r Disambiguate local test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilki committed Jul 7, 2023
1 parent 00c8962 commit b3af4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_kubernetes_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1738,14 +1738,14 @@ def test_get_pod_template_spec(
autoscaling={"metrics_provider": autoscaling_metric_provider},
deploy_group="fake_group",
)
deployment = KubernetesDeploymentConfig(
autoscaled_deployment = KubernetesDeploymentConfig(
service="kurupt",
instance="fm",
cluster="brentford",
config_dict=mock_config_dict,
branch_dict=None,
)
ret = deployment.get_pod_template_spec(
ret = autoscaled_deployment.get_pod_template_spec(
git_sha="aaaa123", system_paasta_config=mock_system_paasta_config
)
else:
Expand Down

0 comments on commit b3af4ff

Please sign in to comment.