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:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user