Skip to content

Commit 56c7339

Browse files
committed
Update tests
1 parent 2a1ec55 commit 56c7339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/test_REST_filters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def setUpTestData(cls):
2222
condition=[],
2323
tags=['Tag1', 'Tag2'],
2424
scopes=['private'],
25-
imports=['\"pe\"'],
25+
imports=['pe'],
2626
metadata={'author': '\"Johnny Test\"'},
2727
dependencies=[],
2828
logic_hash='',
@@ -37,7 +37,7 @@ def setUpTestData(cls):
3737
condition=[],
3838
tags=['Tag1', 'Tag3', 'Tagged'],
3939
scopes=['private', 'global'],
40-
imports=['\"pe\"', '\"math\"'],
40+
imports=['pe', 'math'],
4141
metadata={'author': '\"John Test\"',
4242
'description': '\"Incredible Rule\"'},
4343
dependencies=[],

0 commit comments

Comments
 (0)