1
0
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:
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

@@ -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": {