You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The match_querystring parameter of responses.add() used in tests/test_hyp3.py was deprecated in responses v0.17.0:
DeprecationWarning: Argument 'match_querystring' is deprecated. Use 'responses.matchers.query_param_matcher' or 'responses.matchers.query_string_matcher'
The match_querystring parameter of
responses.add()
used intests/test_hyp3.py
was deprecated in responses v0.17.0:DeprecationWarning: Argument 'match_querystring' is deprecated. Use 'responses.matchers.query_param_matcher' or 'responses.matchers.query_string_matcher'
We'll need to implement the recommended migration path.
The text was updated successfully, but these errors were encountered: