Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jx2lee committed Jan 18, 2025
1 parent d46dad8 commit 3905bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_tests/other/test_keda.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_keda_enabled(self, executor, is_created):
@pytest.mark.parametrize(
"executor", ["CeleryExecutor", "CeleryKubernetesExecutor", "CeleryExecutor,KubernetesExecutor"]
)
def test_include_event_source_container_name_in_scaled_object(self, executor, is_created):
def test_include_event_source_container_name_in_scaled_object(self, executor):
docs = render_chart(
values={
"workers": {"keda": {"enabled": True}, "persistence": {"enabled": False}},
Expand Down

0 comments on commit 3905bc0

Please sign in to comment.