Skip to content

Commit 6107e58

Browse files
committed
Fix
1 parent 3a0a43e commit 6107e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def mock_get(target, response_file=None, match_querystring=False):
4848
body=data,
4949
status=200,
5050
content_type='application/json',
51-
match_querystring=True)
51+
match_querystring=match_querystring)
5252
return data
5353

5454
@staticmethod

0 commit comments

Comments
 (0)