Skip to content

Commit d1ae1d6

Browse files
committed
Remove testing actions
1 parent 1851fc9 commit d1ae1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jinja/jinja-tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def format_template(self):
457457
parser.add_argument("--context", required=True, help="JSON string for context")
458458
parser.add_argument(
459459
"--action",
460-
choices=["format", "render", "test-idempotent", "test-output"],
460+
choices=["format", "render"],
461461
default="render",
462462
help="Action to perform",
463463
)

0 commit comments

Comments
 (0)