We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ba07a commit 17b3ef8Copy full SHA for 17b3ef8
tests/conftest.py
@@ -4,8 +4,8 @@
4
5
@pytest.fixture(autouse=True)
6
def patch_env(monkeypatch):
7
- if not os.environ.get("ANTHROPIC_API_KEY"):
8
- monkeypatch.setenv("ANTHROPIC_API_KEY", "mock-key")
+ if not os.environ.get("OPENAI_API_KEY"):
+ monkeypatch.setenv("OPENAI_API_KEY", "mock-key")
9
10
11
@pytest.fixture(scope="module")
0 commit comments