server: tests: detokenize endpoint issue reference added

This commit is contained in:
Pierrick HYMBERT 2024-02-21 00:17:38 +01:00
parent 1065f6d41b
commit 19664b9f01

View file

@ -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()