diff --git a/test/infamy/restconf.py b/test/infamy/restconf.py index 6d440c19c..1537a10ae 100644 --- a/test/infamy/restconf.py +++ b/test/infamy/restconf.py @@ -204,7 +204,7 @@ def get_datastore(self, datastore="operational", path="", parse=True): """Get a datastore""" dspath = f"/ds/ietf-datastores:{datastore}" if path is not None: - dspath = f"{dspath}/{path}" + dspath = f"{dspath}{path}" url = f"{self.restconf_url}{dspath}" try: