From 770baece5d9a00a6a3ae11cf7a30cd04df21a751 Mon Sep 17 00:00:00 2001 From: Chris Mildebrandt Date: Tue, 12 Oct 2021 15:11:13 -0700 Subject: [PATCH] Add missing test (#179) --- yamale/tests/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamale/tests/test_functional.py b/yamale/tests/test_functional.py index 3ec528b..c35bcae 100644 --- a/yamale/tests/test_functional.py +++ b/yamale/tests/test_functional.py @@ -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: