Skip to content

Commit

Permalink
pytest-recording docs in CONTRIBUTING.md (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Sep 16, 2024
1 parent 67b16c5 commit 39b2108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def _setup_default_logs() -> None:
def fixture_vcr_config() -> dict[str, Any]:
return {
"filter_headers": [CROSSREF_HEADER_KEY, SEMANTIC_SCHOLAR_HEADER_KEY],
"record_mode": "none",
"match_on": ["method", "host", "path", "query"],
"allow_playback_repeats": True,
"cassette_library_dir": "tests/cassettes",
Expand Down

0 comments on commit 39b2108

Please sign in to comment.