From 19664b9f0194b40f4234da40ccb4f34df084acf9 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Wed, 21 Feb 2024 00:17:38 +0100 Subject: [PATCH] server: tests: detokenize endpoint issue reference added --- examples/server/tests/features/steps/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index 1045eeb1f..e1c69c11b 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -182,7 +182,7 @@ def step_detokenize(context): }) assert response.status_code == 200 print(response.json()) - # FIXME the detokenize answer contains a space prefix ? + # FIXME the detokenize answer contains a space prefix ? see #3287 assert context.tokenized_text == response.json()['content'].strip()