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 2954d3c commit 94508beCopy full SHA for 94508be
test/components/generators/chat/test_azure_responses.py
@@ -85,7 +85,7 @@ def test_init_default(self, monkeypatch):
85
86
def test_init_fail_wo_api_key(self, monkeypatch):
87
monkeypatch.delenv("AZURE_OPENAI_API_KEY", raising=False)
88
- monkeypatch.delenv("AZURE_OPENAI_AD_TOKEN", raising=False)
+ monkeypatch.delenv("OPENAI_API_KEY", raising=False)
89
with pytest.raises(OpenAIError):
90
AzureOpenAIResponsesChatGenerator(azure_endpoint="some-non-existing-endpoint")
91
0 commit comments