mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Merge bd4a77ee2d into 4237eb4aaa
This commit is contained in:
commit
343cb3248c
8 changed files with 233 additions and 14 deletions
|
|
@ -292,8 +292,8 @@ def test_providers_flag_generates_config_with_api_keys():
|
|||
enable_ui=False,
|
||||
)
|
||||
|
||||
# Mock _uvicorn_run to prevent starting a server
|
||||
with patch.object(stack_run, "_uvicorn_run"):
|
||||
# Mock _run_server to prevent starting a server
|
||||
with patch.object(stack_run, "_run_server"):
|
||||
stack_run._run_stack_run_cmd(args)
|
||||
|
||||
# Read the generated config file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue