1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +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
parent ec4fb9b0b3
commit ab3d8bf7c9

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