We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0a43e commit 6107e58Copy full SHA for 6107e58
test/conftest.py
@@ -48,7 +48,7 @@ def mock_get(target, response_file=None, match_querystring=False):
48
body=data,
49
status=200,
50
content_type='application/json',
51
- match_querystring=True)
+ match_querystring=match_querystring)
52
return data
53
54
@staticmethod
0 commit comments