Skip to content

Commit 86d5d74

Browse files
committed
fix: add missing param to init in tests
1 parent f4e9df1 commit 86d5d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414

1515
@pytest.fixture(autouse=True)
16-
def _init():
17-
init(verbose=False, llm="openai", interactive=False)
16+
def init_():
17+
init(verbose=False, llm="openai", model="gpt-3.5-turbo", interactive=False)
1818

1919

2020
@pytest.fixture

0 commit comments

Comments
 (0)