Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Aug 31, 2023
1 parent 5310494 commit 67b8d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/test_kubernetes_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def helm_chart(self) -> str:
helm_mock.add_repo.assert_not_called()

helm_mock.upgrade_install.assert_called_once_with(
"test-app-with-local-chart",
"${pipeline_name}-test-app-with-local-chart",
"path/to/helm/charts/",
False,
"test-namespace",
Expand Down

0 comments on commit 67b8d63

Please sign in to comment.