aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Aleynikov <alexey.aleynikov@telekom.com>2023-07-04 14:05:31 +0300
committerAlexey Aleynikov <alexey.aleynikov@telekom.com>2023-07-04 14:08:50 +0300
commit90a343f1b85c59f30d481e6db49864b64f8b93e9 (patch)
treee89c852ffa6e45d401c27bf0b65d6a0aa1f1c010
parent5c9e0fdbfb92bf064653a08b105521f475263c22 (diff)
added small fix to CPS anchor
Issue-ID: TEST-395 Signed-off-by: Alexey Aleynikov <alexey.aleynikov@telekom.com> Change-Id: I425550bcbfa0b7a3aaba32ecce9c11b9556148a3
-rw-r--r--src/onapsdk/cps/anchor.py2
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
)