From 61aaf69644929ebbbf25615de1974fa4d03c4ae1 Mon Sep 17 00:00:00 2001 From: revol Date: Wed, 16 Oct 2024 09:23:59 +0200 Subject: [PATCH] test(data-wrapper): add test sha256 for no-convert --- services/data-wrapper/tests.hurl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/data-wrapper/tests.hurl b/services/data-wrapper/tests.hurl index 79b4f7f7..3133fb21 100644 --- a/services/data-wrapper/tests.hurl +++ b/services/data-wrapper/tests.hurl @@ -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; \ No newline at end of file