From 90a343f1b85c59f30d481e6db49864b64f8b93e9 Mon Sep 17 00:00:00 2001 From: Alexey Aleynikov Date: Tue, 4 Jul 2023 14:05:31 +0300 Subject: added small fix to CPS anchor Issue-ID: TEST-395 Signed-off-by: Alexey Aleynikov Change-Id: I425550bcbfa0b7a3aaba32ecce9c11b9556148a3 --- src/onapsdk/cps/anchor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit 1.2.3-korg