1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

aiohttp: Replace aiohttp package for module

This commit is contained in:
Paulo Romeira
2020-06-09 09:29:43 -03:00
committed by Kevin McCarthy
parent ba91053485
commit be53091ae5

View File

@@ -252,9 +252,7 @@ def vcr_request(cassette, real_request):
return response
if cassette.write_protected and cassette.filter_request(vcr_request):
raise CannotOverwriteExistingCassetteException(
cassette=cassette, failed_request=vcr_request
)
raise CannotOverwriteExistingCassetteException(cassette=cassette, failed_request=vcr_request)
log.info("%s not in cassette, sending to real server", vcr_request)