Skip to content

Commit

Permalink
fix(grafana_silence): call function without define variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed May 31, 2024
1 parent 809df70 commit 3d0dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/grafana_silence.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def __init__(self, module):

def switch_organization(self, org_id):
url = "/api/user/using/%d" % org_id
organizations = base.grafana_send_request(
base.grafana_send_request(

Check warning on line 228 in plugins/modules/grafana_silence.py

View check run for this annotation

Codecov / codecov/patch

plugins/modules/grafana_silence.py#L228

Added line #L228 was not covered by tests
self,
module=self._module,
url=url,
Expand Down

0 comments on commit 3d0dea7

Please sign in to comment.