Skip to content

Commit

Permalink
pytest vcr config update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahacek committed Dec 20, 2023
1 parent 6a3ddf1 commit b201b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def vcr_config():
# Replace the Authorization request header with "DUMMY" in cassettes
"filter_headers": [("authorization", "REDACTED")],
"record_mode": "new_episodes",
"record_on_exception": False,
}


Expand Down

0 comments on commit b201b06

Please sign in to comment.