node query for service instance query
[externalapi/nbi.git] / src / test / resources / karatetest / features / 02--ServiceOrder.feature
index c621709..31aeff1 100644 (file)
@@ -361,7 +361,7 @@ Then status 204
 
 
 Scenario: testCheckServiceOrderWithCustomerAAINotResponding
-* call Context.removeWireMockMapping("/aai/v11/business/customers/customer/new");
+* call Context.removeWireMockMapping("/aai/v14/business/customers/customer/new");
 Given path 'serviceOrder'
 And request data[4]
 When method post
@@ -382,7 +382,7 @@ Then status 200
 
 
 Scenario: testAAIPutServiceNotResponding
-* call Context.removeWireMockMapping("/aai/v11/business/customers/customer/new/service-subscriptions/service-subscription/vFW");
+* call Context.removeWireMockMapping("/aai/v14/business/customers/customer/new/service-subscriptions/service-subscription/vFW");
 Given path 'serviceOrder'
 And request data[4]
 When method post