Skip to content

Commit 7c402ae

Browse files
hartworkkevin1024
authored andcommitted
test_vcr.py: Clarify that test_vcr_before_record_request_params is an offline test
1 parent b5c0938 commit 7c402ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_vcr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def function():
4141

4242

4343
def test_vcr_before_record_request_params():
44-
base_path = "http://httpbin.org/"
44+
base_path = "http://whatever.test/"
4545

4646
def before_record_cb(request):
4747
if request.path != "/get":

0 commit comments

Comments
 (0)