mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Fixed typo
This commit is contained in:
@@ -6,7 +6,7 @@ from vcr.request import Request
|
||||
def test_serialize_binary():
|
||||
request = Request(
|
||||
method='GET',
|
||||
uri='htt://localhost:80/',
|
||||
uri='http://localhost:80/',
|
||||
body='',
|
||||
headers={},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user