Skip to content

Commit

Permalink
test(data-wrapper): add test sha256 for no-convert
Browse files Browse the repository at this point in the history
  • Loading branch information
revolj committed Oct 16, 2024
1 parent 191c04f commit 61aaf69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions services/data-wrapper/tests.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ file,example-tei.tar.gz;

HTTP 200
Content-type: application/gzip

##########################################
POST {{host}}/v1/no-convert
content-type: application/gzip
file,example-tei.tar.gz;

HTTP 200
Content-type: application/gzip
[Asserts]
sha256 == hex,8725be350c86b8e7ded291b42b01fdb94255dfa4cfc152c6743df8e334e59782;

0 comments on commit 61aaf69

Please sign in to comment.