1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Fixed typo

This commit is contained in:
Max Shytikov
2014-04-30 23:32:15 +02:00
parent 1d8e2dbb41
commit 1ff5d08c8b

View File

@@ -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={},
)