Skip to content

Commit

Permalink
test(terms-extraction): Fix JSON syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed Jan 11, 2024
1 parent 6ba28f0 commit 8b58f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/terms-extraction/examples.http
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ Content-Type: application/json

[
{ "value": "Côte d'Ivoire" },
{ "value": "Café !" },
{ "value": "Café !" }
]
2 changes: 1 addition & 1 deletion services/terms-extraction/tests.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ POST {{host}}/v1/tools/normalize?indent=true
content-type: application/json
[
{ "value": "Côte d'Ivoire" },
{ "value": "Café !" },
{ "value": "Café !" }
]


Expand Down

0 comments on commit 8b58f9f

Please sign in to comment.