diff options
-rw-r--r-- | src/onapsdk/cps/anchor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onapsdk/cps/anchor.py b/src/onapsdk/cps/anchor.py index 6e540ea..2a5c49f 100644 --- a/src/onapsdk/cps/anchor.py +++ b/src/onapsdk/cps/anchor.py @@ -101,7 +101,7 @@ class Anchor(CpsElement): "GET", f"Get {self.name} anchor node with {xpath} xpath", f"{self.url}/node?xpath={xpath}" - f"?descendants={descendants}", + f"&descendants={descendants}", auth=self.auth ) |