Skip to content

Commit

Permalink
Merge branch 'master' into fix_464
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 12, 2022
2 parents e93a70c + 2ac730d commit 7fc5fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Removed internal `_quote` from `test_responses.py`
* Fix issue when Deprecation Warning was raised with default arguments
in `responses.add_callback` due to `match_querystring`. See #464
* Removed internal `_matches` attribute of `RequestsMock` object.

0.17.0
------
Expand Down
1 change: 0 additions & 1 deletion responses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ def __init__(
self.passthru_prefixes = tuple(passthru_prefixes)
self.target = target
self._patcher = None
self._matches = []

def _get_registry(self):
return self._registry
Expand Down

0 comments on commit 7fc5fb0

Please sign in to comment.