RestconfServer requires ApiPath identifiers
[netconf.git] / restconf / restconf-nb / src / test / java / org / opendaylight / restconf / nb / rfc8040 / databind / JsonPatchBodyMountPointTest.java
index 12b96972b03f7a3e88baac36bf5a031816df96dc..0a3c4d468e389bf14f55e06484086c3357918669 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.mdsal.dom.api.DOMMountPoint;
 public class JsonPatchBodyMountPointTest extends JsonPatchBodyTest {
     @Override
     String mountPrefix() {
-        return "instance-identifier-module:cont/yang-ext:mount/";
+        return "instance-identifier-module:cont/yang-ext:mount";
     }
 
     @Override