[PMSH] Fix AAI api versioning 55/114355/1
authorefiacor <fiachra.corcoran@est.tech>
Wed, 28 Oct 2020 11:17:18 +0000 (11:17 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Wed, 28 Oct 2020 11:17:22 +0000 (11:17 +0000)
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I08527b0ebdb1f3d06dddd55d9e162df37b27c8d8
Issue-ID: INT-1755

plans/dcaegen2-services-pmsh/testsuite/assets/aai_sim/aai-initializer.json

index 5705e32..0aff46a 100644 (file)
@@ -1,7 +1,7 @@
 [
   {
     "httpRequest": {
-      "path": "/aai/v20/query.*"
+      "path": "/aai/v21/query.*"
     },
     "httpResponse": {
       "statusCode": 200,
@@ -62,7 +62,7 @@
   },
   {
       "httpRequest":{
-         "path":"/aai/v20/service-design-and-creation/models/model.*"
+         "path":"/aai/v21/service-design-and-creation/models/model.*"
       },
       "httpResponse":{
          "statusCode":200,