From 7366d5262068782f2c596a5be282987d0f319a39 Mon Sep 17 00:00:00 2001 From: Igor Octaviano Date: Thu, 11 Jul 2024 17:38:51 -0300 Subject: [PATCH] Update dcm4chee response --- .github/workflows/container-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 513e7f7c..92be086b 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -30,4 +30,4 @@ jobs: - name: Test DICOMweb service run: | sleep 20 - curl -I http://localhost:8008/dcm4chee-arc/aets/DCM4CHEE/rs/studies | grep -o '204 No Content' + curl -I http://localhost:8008/dcm4chee-arc/aets/DCM4CHEE/rs/studies | grep -o 'HTTP/1.1 200 OK'