diff options
Diffstat (limited to 'dmi-plugin-perf-stub/mappings')
-rw-r--r-- | dmi-plugin-perf-stub/mappings/module.json | 13 | ||||
-rw-r--r-- | dmi-plugin-perf-stub/mappings/moduleResources.json | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dmi-plugin-perf-stub/mappings/module.json b/dmi-plugin-perf-stub/mappings/module.json deleted file mode 100644 index a1b35ba132..0000000000 --- a/dmi-plugin-perf-stub/mappings/module.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "request": { - "method": "POST", - "urlPattern": "/dmi/v1/ch/.*/modules" - }, - "response": { - "status": 200, - "bodyFileName": "moduleResponse.json", - "headers": { - "Content-Type": "application/json" - } - } -} diff --git a/dmi-plugin-perf-stub/mappings/moduleResources.json b/dmi-plugin-perf-stub/mappings/moduleResources.json deleted file mode 100644 index 4efb9b0886..0000000000 --- a/dmi-plugin-perf-stub/mappings/moduleResources.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "request": { - "method": "POST", - "urlPattern": "/dmi/v1/ch/.*/moduleResources" - }, - "response": { - "status": 200, - "bodyFileName": "moduleResourcesResponse.json", - "headers": { - "Content-Type": "application/json" - } - } -} |