summaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/aai/bulkprocess/response-success.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/test/resources/__files/aai/bulkprocess/response-success.json')
-rw-r--r--common/src/test/resources/__files/aai/bulkprocess/response-success.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/common/src/test/resources/__files/aai/bulkprocess/response-success.json b/common/src/test/resources/__files/aai/bulkprocess/response-success.json
deleted file mode 100644
index 7dae38335a..0000000000
--- a/common/src/test/resources/__files/aai/bulkprocess/response-success.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "transaction": [
- {
- "put": [
- {
- "body": {
- "201": "test"
- }
- },
- {
- "body": {
- "200": "test2"
- }
- }
- ]
- },
- {
- "put": [
- {
- "body": {
- "201": "test3"
- }
- },
- {
- "body": {
- "200": "test4"
- }
- }
- ]
- }
- ]
-}