diff --git a/test/setUpTests.js b/test/setUpTests.js index f71b717..d5253b6 100644 --- a/test/setUpTests.js +++ b/test/setUpTests.js @@ -15,6 +15,6 @@ document.body.innerHTML = '
'; // initialise matey editors const config = { - rmlMapperUrl: "http://localhost:4000/execute" // make sure the endpoint is running before you execute the tests! + rmlMapperUrl: "https://rml.io/api/rmlmapper/execute" // CI/CD needs this to pass all tests }; matey.init("test-editor", config);