Skip to content

Commit 21e9958

Browse files
committed
fix test
1 parent 8c98686 commit 21e9958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_app_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ async def test_app_config_for_reasoning(monkeypatch, minimal_env):
279279

280280
@pytest.mark.asyncio
281281
async def test_app_config_for_reasoning_without_streaming(monkeypatch, minimal_env):
282-
monkeypatch.setenv("AZURE_OPENAI_CHATGPT_MODEL", "o1-preview")
283-
monkeypatch.setenv("AZURE_OPENAI_CHATGPT_DEPLOYMENT", "o1-preview")
282+
monkeypatch.setenv("AZURE_OPENAI_CHATGPT_MODEL", "o1")
283+
monkeypatch.setenv("AZURE_OPENAI_CHATGPT_DEPLOYMENT", "o1")
284284
quart_app = app.create_app()
285285
async with quart_app.test_app() as test_app:
286286
client = test_app.test_client()

0 commit comments

Comments
 (0)