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:
committed by
Kevin McCarthy
parent
a172207df0
commit
9d414c8841
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user