mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
fix: update VCR cassette path for monorepo structure
This commit is contained in:
@@ -162,7 +162,7 @@ def mock_opentelemetry_components():
|
|||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def vcr_config(request) -> dict:
|
def vcr_config(request) -> dict:
|
||||||
return {
|
return {
|
||||||
"cassette_library_dir": "tests/cassettes",
|
"cassette_library_dir": "cassettes",
|
||||||
"record_mode": "new_episodes",
|
"record_mode": "new_episodes",
|
||||||
"filter_headers": [("authorization", "AUTHORIZATION-XXX")],
|
"filter_headers": [("authorization", "AUTHORIZATION-XXX")],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user