Skip to content

Commit

Permalink
Fix property name for statefulset update strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu authored Feb 24, 2024
1 parent 164945f commit 78b6513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acto/input/test_generators/stateful_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def replicas_tests(schema: IntegerSchema) -> list[TestCase]:


@test_generator(
property_name="UpdateStrategy", priority=Priority.SEMANTIC
property_name="updateStrategy", priority=Priority.SEMANTIC
)
def stateful_set_update_strategy_tests(schema: ObjectSchema) -> list[TestCase]:
"""Generate test cases for StatefulSetUpdateStrategy field"""
Expand Down

0 comments on commit 78b6513

Please sign in to comment.