1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +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(): def test_serialize_binary():
request = Request( request = Request(
method='GET', method='GET',
uri='htt://localhost:80/', uri='http://localhost:80/',
body='', body='',
headers={}, headers={},
) )