From d606b1700ac0cb0a1e000ab26cb68b7e42075baa Mon Sep 17 00:00:00 2001 From: Simon K <6615834+simon-20@users.noreply.github.com> Date: Tue, 20 May 2025 17:17:10 +0100 Subject: [PATCH] fix: path to test --- .../js-validator-api-tests.postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/js-validator-api-tests.postman_collection.json b/integration-tests/js-validator-api-tests.postman_collection.json index d6d621c..aff6257 100644 --- a/integration-tests/js-validator-api-tests.postman_collection.json +++ b/integration-tests/js-validator-api-tests.postman_collection.json @@ -2977,7 +2977,7 @@ "body": { "mode": "file", "file": { - "src": "/home/s/dev/js-validator-api/integration-tests/test-files/iati-org-schema-errors-broken-root-element.xml" + "src": "iati-org-schema-errors-broken-root-element.xml" } }, "url": { @@ -7578,4 +7578,4 @@ } } ] -} \ No newline at end of file +}