Skip to content

Commit

Permalink
Merge pull request #155 from Inist-CNRS/services/data-termsuite/fix-t…
Browse files Browse the repository at this point in the history
…ests

[data-termsuite]: Tests won't use webhook.site
  • Loading branch information
parmentf authored Aug 7, 2024
2 parents 7b5fbf2 + a04b349 commit fc53342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/data-termsuite/tests.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

POST {{host}}/v1/en?nb=10
content-type: application/x-gzip
X-Webhook-Success: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
X-Webhook-Failure: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
# X-Webhook-Success: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
# X-Webhook-Failure: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
file,./examples/22-txt-en.tar.gz;

HTTP 200
Expand Down Expand Up @@ -90,8 +90,8 @@ Content-Type: application/json
# Test v1/fr
POST {{host}}/v1/fr?nb=5
content-type: application/x-gzip
X-Webhook-Success: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
X-Webhook-Failure: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
# X-Webhook-Success: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
# X-Webhook-Failure: https://webhook.site/2caab8b5-fc96-4d7a-bb94-bdda20977830
file,./examples/7-txt-fr.tar.gz;

HTTP 200
Expand Down

0 comments on commit fc53342

Please sign in to comment.