diff --git a/src/integration-test/resources/wiremock/mappings/ws_objects.json b/src/integration-test/resources/wiremock/mappings/ws_objects.json new file mode 100644 index 000000000..38dbca835 --- /dev/null +++ b/src/integration-test/resources/wiremock/mappings/ws_objects.json @@ -0,0 +1,15 @@ +{ + "request": { + "urlPattern": "/ws/objects/.+", + + "method": "GET" + }, + "response" : { + "status": 200, + "headers": { + "content-Type": "application/json" + }, + "body": "[]" + + } +}