Skip to content

Commit

Permalink
Add missing test (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mildebrandt authored Oct 12, 2021
1 parent 78441e9 commit 770baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamale/tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_empty_schema():

@pytest.mark.parametrize(
"schema_filename",
['bad_schema_rce.yaml', 'bad_schema_rce2.yaml', 'bad_schema_rce3.yaml']
['bad_schema_rce.yaml', 'bad_schema_rce2.yaml', 'bad_schema_rce3.yaml', 'bad_schema_rce4.yaml']
)
def test_vulnerable_schema(schema_filename):
with pytest.raises(SyntaxError) as excinfo:
Expand Down

0 comments on commit 770baec

Please sign in to comment.