mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-21 16:04:21 +01:00
Set vcr_config scope to "session" (#3361)
Co-authored-by: BillSchumacher <34168009+BillSchumacher@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import pytest
|
|||||||
from tests.vcr.openai_filter import before_record_request, before_record_response
|
from tests.vcr.openai_filter import before_record_request, before_record_response
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture(scope="session")
|
||||||
def vcr_config():
|
def vcr_config():
|
||||||
# this fixture is called by the pytest-recording vcr decorator.
|
# this fixture is called by the pytest-recording vcr decorator.
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user