Skip to content

Commit cce2873

Browse files
committed
fix(tests): needed to break up model quotes
Signed-off-by: Kyle Mistele <[email protected]>
1 parent c44dee4 commit cce2873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/entrypoints/openai/test_rerank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@pytest.fixture(scope="module")
1212
def server():
13-
args = ['--enforce-eager', '--max-model-len 100']
13+
args = ["--enforce-eager", "--max-model-len", "100"]
1414

1515
with RemoteOpenAIServer(MODEL_NAME, args) as remote_server:
1616
yield remote_server

0 commit comments

Comments
 (0)