Skip to content

Commit

Permalink
test: setUpTests: use public API
Browse files Browse the repository at this point in the history
CI/CD does not have the RMLMapper Web API running, use the public one
  • Loading branch information
DylanVanAssche committed Nov 25, 2022
1 parent 69b4480 commit d7b0b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setUpTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ document.body.innerHTML = '<div id="test-editor"></div>';

// 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);

0 comments on commit d7b0b3d

Please sign in to comment.