mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 17:45:35 +00:00
Removed default '80' port of uri in tests
This commit is contained in:
2
tests/fixtures/migration/new_cassette.json
vendored
2
tests/fixtures/migration/new_cassette.json
vendored
@@ -8,7 +8,7 @@
|
||||
"User-Agent": ["python-requests/2.2.1 CPython/2.6.1 Darwin/10.8.0"]
|
||||
},
|
||||
"method": "GET",
|
||||
"uri": "http://httpbin.org:80/ip"
|
||||
"uri": "http://httpbin.org/ip"
|
||||
},
|
||||
"response": {
|
||||
"status": {
|
||||
|
||||
Reference in New Issue
Block a user