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

test_vcr.py: Clarify that test_vcr_before_record_request_params is an offline test

This commit is contained in:
Sebastian Pipping
2023-05-16 23:04:51 +02:00
committed by Kevin McCarthy
parent b5c0938d2e
commit 7c402ae4b0

View File

@@ -41,7 +41,7 @@ def test_vcr_use_cassette():
def test_vcr_before_record_request_params(): def test_vcr_before_record_request_params():
base_path = "http://httpbin.org/" base_path = "http://whatever.test/"
def before_record_cb(request): def before_record_cb(request):
if request.path != "/get": if request.path != "/get":