Skip to content

Commit ae6916f

Browse files
abrookinsCopilot
andauthored
Update tests/test_api.py
Co-authored-by: Copilot <[email protected]>
1 parent 5638bff commit ae6916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ async def test_search(self, mock_search, client):
335335
payload = {"text": "What is the capital of France?"}
336336

337337
# Call endpoint with the correct URL format (matching the router definition)
338-
response = await client.post("/v1/v1/long-term-memory//search", json=payload)
338+
response = await client.post("/v1/long-term-memory/search", json=payload)
339339

340340
# Check status code
341341
assert response.status_code == 200, response.text

0 commit comments

Comments
 (0)