Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions a2a/docs/07-testing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ uv run business_agent

```bash
# Step 1: Verify both profiles are accessible
curl -s http://localhost:10999/.well-known/ucp | jq .version
curl -s http://localhost:3000/profile/agent_profile.json | jq .version
curl -s http://localhost:10999/.well-known/ucp | jq .ucp.version
curl -s http://localhost:3000/profile/agent_profile.json | jq .ucp.version

# Step 2: Ensure versions match
# Both should return the same version string
Expand Down
Loading