diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 4534bce8..a3c4da6e 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -3,7 +3,7 @@ import pytest from tests.vcr.openai_filter import before_record_request, before_record_response -@pytest.fixture +@pytest.fixture(scope="session") def vcr_config(): # this fixture is called by the pytest-recording vcr decorator. return {