Skip to content

Commit a9431cb

Browse files
author
Daniela Butano
committed
fix failing test
1 parent e12c421 commit a9431cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ def testURLs(self):
10311031
'constraint2': 'Employee.age',
10321032
'op1': '=',
10331033
'op2': '>',
1034+
'userName': '',
10341035
'value1': 'Fred',
10351036
'value2': '25',
10361037
'start': 0
@@ -1047,6 +1048,7 @@ def testURLs(self):
10471048
'constraint2': 'Employee.age',
10481049
'op1': '=',
10491050
'op2': '>',
1051+
'userName': '',
10501052
'value1': 'Fred',
10511053
'value2': '25',
10521054
'start': 0

0 commit comments

Comments
 (0)