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