diff --git a/e2e/test_e2e.py b/e2e/test_e2e.py index abddd54526..00baa5be9d 100644 --- a/e2e/test_e2e.py +++ b/e2e/test_e2e.py @@ -190,7 +190,7 @@ def _test_predict_proxy_chat(kbid: str): json={ "question": "Who is the best football player?", "query_context": [ - "Many football players have existed. Cristiano Ronaldo and Messi among them, but Messi is by far the greatest." + "Many football players have existed. Messi is by far the greatest." ], "user_id": "someone@company.uk", }, @@ -252,4 +252,4 @@ def raise_for_status(resp): print("Error response") print("Status code:", resp.status_code) print(resp.text) - raise \ No newline at end of file + raise