From 1a9218afc61e219d258fe9735ba84e8de9fb7cf7 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 19 Jun 2025 10:03:04 +0200 Subject: [PATCH] test: use preview server for compatibility check --- .github/workflows/compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index bc0ca7a..5e4286d 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -17,7 +17,7 @@ jobs: # See: https://github.com/KohlbacherLab/dnpm-dip-api-gateway/blob/main/app/controllers/README.md#synthetic-json-data - name: Download synthetic mtb patient record - run: curl -f -L https://dnpm-dip.net/api/mtb/fake/data/patient-record -o ./tests/mv64e-mtb-fake-patient.json + run: curl -f -L https://preview.dnpm-dip.net/api/mtb/fake/data/patient-record -o ./tests/mv64e-mtb-fake-patient.json - name: Run tests run: go test