Skip to content

Commit a533aac

Browse files
committed
fix tests
1 parent 7560ecb commit a533aac

File tree

1 file changed

+1
-0
lines changed
  • examples/server/tests/features/steps

1 file changed

+1
-0
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,7 @@ def start_server_background(context):
13871387
context.server_path = os.environ['LLAMA_SERVER_BIN_PATH']
13881388
server_listen_addr = context.server_fqdn
13891389
server_args = [
1390+
'--slots', # requires to get slot status via /slots endpoint
13901391
'--host', server_listen_addr,
13911392
'--port', context.server_port,
13921393
]

0 commit comments

Comments
 (0)