We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c0938 commit 7c402aeCopy full SHA for 7c402ae
tests/unit/test_vcr.py
@@ -41,7 +41,7 @@ def function():
41
42
43
def test_vcr_before_record_request_params():
44
- base_path = "http://httpbin.org/"
+ base_path = "http://whatever.test/"
45
46
def before_record_cb(request):
47
if request.path != "/get":
0 commit comments