This commit is contained in:
Roy Belio 2025-12-03 01:04:09 +00:00 committed by GitHub
commit 343cb3248c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 233 additions and 14 deletions

View file

@ -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