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

Removed default '80' port of uri in tests

This commit is contained in:
Max Shytikov
2014-05-03 22:32:27 +02:00
parent 61e3bdc402
commit 1190a0e62e
7 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ from vcr.request import Request
def test_serialize_binary():
request = Request(
method='GET',
uri='http://localhost:80/',
uri='http://localhost/',
body='',
headers={},
)