Fix patch target parsing
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / json / jsonPATCHSimpleLeafValue.json
index 4a109efb919e66f6533388ab6c04bdddb84a1418..d63d43b8fb3041590afc1312ea204052e010cbf4 100644 (file)
@@ -7,11 +7,11 @@
       {
         "edit-id": "edit1",
         "operation": "replace",
-        "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']/instance-identifier-patch-module:name",
+        "target": "/my-list2=my-leaf20/name",
         "value": {
           "name": "my-leaf20"
         }
       }
     ]
   }
-}
\ No newline at end of file
+}