diff options
Diffstat (limited to 'validate/validation/src/test/resources/customer-create-sample-1.1-moco.json')
-rw-r--r-- | validate/validation/src/test/resources/customer-create-sample-1.1-moco.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/validate/validation/src/test/resources/customer-create-sample-1.1-moco.json b/validate/validation/src/test/resources/customer-create-sample-1.1-moco.json new file mode 100644 index 00000000..f6e4d0b2 --- /dev/null +++ b/validate/validation/src/test/resources/customer-create-sample-1.1-moco.json @@ -0,0 +1,11 @@ +[{ + "request" : + { + "method" : "get", + "uri" : "/aai/v11/business/customers/customer/test" + }, + "response" : + { + "status" : 201 + } +}]
\ No newline at end of file |