diff --git a/core/tests/routes/memory/test_memory_recall.py b/core/tests/routes/memory/test_memory_recall.py index 5fb10d6a7..dd3860e5b 100644 --- a/core/tests/routes/memory/test_memory_recall.py +++ b/core/tests/routes/memory/test_memory_recall.py @@ -83,8 +83,8 @@ def test_memory_recall_with_metadata(client): # insert a new points with metadata for req_json in messages: - res = client.post( - f"/memory/collections/episodic/points", json=req_json + client.post( + "/memory/collections/episodic/points", json=req_json ) # recall with metadata