diff --git a/vcr/stubs/__init__.py b/vcr/stubs/__init__.py index 2cc09f7..bea9546 100644 --- a/vcr/stubs/__init__.py +++ b/vcr/stubs/__init__.py @@ -72,7 +72,7 @@ class VCRConnectionMixin: response = self.cassette.response(self._request) # Alert the cassette to the fact that we've served another # response for the provided requests - self.cassette.mark_played() + self.cassette.mark_played(self._request) return VCRHTTPResponse(response) else: # Otherwise, we made an actual request, and should return the response