Skip to content

Commit 7f8f68c

Browse files
committed
Don't run the shopping agent as --locked
Signed-off-by: Ed Snible <snible@us.ibm.com>
1 parent 71366b7 commit 7f8f68c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mcp/shopping_tool/test_startup.exp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ set timeout 120
66

77
# This is similar the Dockerfile CMD
88
# (The Dockerfile does not use uv, because it installs dependencies to system env.)
9-
spawn env HOST=localhost PORT=8001 SERPAPI_API_KEY=dummy uv run --locked shopping_agent.py
9+
# (We don't expect a lock because the Dockerfile doesn't, it installs globally)
10+
spawn env HOST=localhost PORT=8001 SERPAPI_API_KEY=dummy uv run shopping_agent.py
1011

1112
expect {
1213
"Uvicorn running on" { puts "Success"; exit 0 }

0 commit comments

Comments
 (0)