We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31347b3 commit b6914faCopy full SHA for b6914fa
sonar/components.py
@@ -213,7 +213,7 @@ def get_navigation_data(self) -> types.ApiPayload:
213
"""Returns a component navigation data"""
214
params = utilities.replace_keys(measures.ALT_COMPONENTS, "component", self.api_params(c.GET))
215
data = json.loads(self.get("navigation/component", params=params).text)
216
- self.sq_json.update(data)
+ super().reload(data)
217
return data
218
219
def refresh(self) -> Component:
0 commit comments