diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2019-07-16 14:55:30 +0100 |
---|---|---|
committer | Yang Xu <yang.xu@futurewei.com> | 2019-07-16 15:47:38 +0000 |
commit | c98471c6541573d73edc677272f23e06c6c28dbc (patch) | |
tree | 8ecb10c50cae9137b2a7b24b541a94c4e4a2c144 /test/postman/10_Service_Order.postman_collection.json | |
parent | 03c5935b671ed7edcb5ec254f91f1f61907b02e6 (diff) |
Update NBI Postman based on changes in Dublin Release
Issue-ID: EXTAPI-245
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: Ia60be462bf4980b341f54ad9797640dba549db91
Diffstat (limited to 'test/postman/10_Service_Order.postman_collection.json')
-rw-r--r-- | test/postman/10_Service_Order.postman_collection.json | 62 |
1 files changed, 4 insertions, 58 deletions
diff --git a/test/postman/10_Service_Order.postman_collection.json b/test/postman/10_Service_Order.postman_collection.json index 2bcd4f9dc..d828f00ed 100644 --- a/test/postman/10_Service_Order.postman_collection.json +++ b/test/postman/10_Service_Order.postman_collection.json @@ -227,34 +227,7 @@ } ], "request": { - "url": { - "raw": "{{url-nbi}}/service/{{auto_service_instance_id}}?relatedParty.id={{customer_name}}&serviceSpecification.name={{service}}", - "host": [ - "{{url-nbi}}" - ], - "path": [ - "nbi", - "api", - "v3", - "service", - "{{auto_service_instance_id}}" - ], - "query": [ - { - "key": "relatedParty.id", - "value": "{{customer_name}}", - "equals": true, - "description": "" - }, - { - "key": "serviceSpecification.name", - "value": "{{service}}", - "equals": true, - "description": "" - } - ], - "variable": [] - }, + "url": "{{url-nbi}}/service/{{auto_service_instance_id}}", "method": "GET", "header": [], "body": {}, @@ -374,7 +347,7 @@ "type": "text/javascript", "exec": [ "", - "tests[\"Status code is 200\"] = responseCode.code === 200;", + "tests[\"Status code is 404\"] = responseCode.code === 404;", "", "", "" @@ -383,34 +356,7 @@ } ], "request": { - "url": { - "raw": "{{url-nbi}}/service/{{auto_service_instance_id}}?relatedParty.id={{customer_name}}&serviceSpecification.name={{service}}", - "host": [ - "{{url-nbi}}" - ], - "path": [ - "nbi", - "api", - "v3", - "service", - "{{auto_service_instance_id}}" - ], - "query": [ - { - "key": "relatedParty.id", - "value": "{{customer_name}}", - "equals": true, - "description": "" - }, - { - "key": "serviceSpecification.name", - "value": "{{service}}", - "equals": true, - "description": "" - } - ], - "variable": [] - }, + "url": "{{url-nbi}}/service/{{auto_service_instance_id}}", "method": "GET", "header": [], "body": {}, @@ -495,4 +441,4 @@ "response": [] } ] -}
\ No newline at end of file +} |