Skip to content

Commit

Permalink
chore(backend): remove breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ezawadski committed Jan 15, 2025
1 parent d341c24 commit 7fc86a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/tests/integration/routers/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ def test_list_public_agents(
)

assert response.status_code == 200
breakpoint()
response_agents = filter_default_agent(response.json())

# Only the agents created by user should be returned
Expand Down Expand Up @@ -505,7 +504,6 @@ def test_list_agents_with_pagination(
"/v1/agents?limit=2&offset=4", headers={"User-Id": user.id}
)
assert response.status_code == 200
breakpoint()
response_agents = filter_default_agent(response.json())
assert len(response_agents) == 1

Expand Down

0 comments on commit 7fc86a9

Please sign in to comment.