Skip to content

Commit

Permalink
server: tests: detokenize endpoint issue reference added
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 20, 2024
1 parent 1065f6d commit 19664b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/tests/features/steps/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 19664b9

Please sign in to comment.