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

Fix lint erros

This commit is contained in:
Jair Henrique
2020-10-05 09:26:13 -03:00
committed by Kevin McCarthy
parent a172207df0
commit 9d414c8841
4 changed files with 9 additions and 8 deletions

View File

@@ -292,9 +292,9 @@ def test_not_modified(aiohttp_client, tmpdir):
def test_double_requests(tmpdir):
"""We should capture, record, and replay all requests and response chains,
even if there are duplicate ones.
even if there are duplicate ones.
We should replay in the order we saw them.
We should replay in the order we saw them.
"""
url = "https://httpbin.org/get"