Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jx2lee committed Dec 16, 2024
1 parent c8b0ca0 commit ddba9fb
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 @@ -61,7 +61,7 @@ def test_keda_enabled(self, executor, is_created):
("CeleryKubernetesExecutor", True),
],
)
def test_include_container_name_in_scaledobject(self, executor, is_created):
def test_include_event_source_container_name_in_scaled_object(self, executor, is_created):
docs = render_chart(
values={
"workers": {"keda": {"enabled": True}, "persistence": {"enabled": False}},
Expand Down

0 comments on commit ddba9fb

Please sign in to comment.