aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json
diff options
context:
space:
mode:
authorBenjamin, Max <max.benjamin@att.com>2020-04-28 15:13:12 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-04-28 15:26:09 -0400
commit4f774eeef8c1797c7073754412535be47ea1a8d7 (patch)
tree567fd081f18e7dbbfc068f326d748cf0dc5844db /common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json
parentac42fe6ee5e461c3053d40f23cc62882b6a59fe5 (diff)
move aai-client into its own project
move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b
Diffstat (limited to 'common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json')
-rw-r--r--common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json b/common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json
deleted file mode 100644
index d0b0e39924..0000000000
--- a/common/src/test/resources/__files/aai/singletransaction/sample-response-failure.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "operation-responses": [
- {
- "action": "put",
- "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
- "response-status-code": 201,
- "response-body": null
- },
- {
- "action": "patch",
- "uri": "/cloud-infrastructure/pservers/pserver/pserver-hostname",
- "response-status-code": 200,
- "response-body": null
- },
- {
- "action": "put",
- "uri": "/cloud-infrastructure/complexes/complex/my-complex",
- "response-status-code": 400,
- "response-body": {
- "requestError": {
- "serviceException": {
- "messageId": "SVC3003",
- "text": "another error message",
- "variables": []
- }
- }
- }
- }
- ]
-} \ No newline at end of file