Skip to content

Commit

Permalink
test_vcr.py: Clarify that test_vcr_before_record_request_params is an…
Browse files Browse the repository at this point in the history
… offline test
  • Loading branch information
hartwork committed May 20, 2023
1 parent 69ce023 commit 5ea87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_vcr.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def function():


def test_vcr_before_record_request_params():
base_path = "http://httpbin.org/"
base_path = "http://whatever.test/"

def before_record_cb(request):
if request.path != "/get":
Expand Down

0 comments on commit 5ea87dc

Please sign in to comment.