mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
test: restconf: Remove extra / when getting datastore
This commit is contained in:
@@ -204,7 +204,7 @@ class Device(Transport):
|
||||
"""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:
|
||||
|
||||
Reference in New Issue
Block a user