server: tests: detokenize endpoint issue reference added
This commit is contained in:
parent
1065f6d41b
commit
19664b9f01
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue