Skip to content

Commit

Permalink
Update plugins/modules/grafana_datasource.py
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
rrey committed Nov 4, 2023
1 parent 9e04956 commit b910e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/grafana_datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def compare_datasources(new, current, compareSecureData=True):
del current['readOnly']
if current['basicAuth'] is False:
if 'basicAuthUser' in current:
del current['basicAuthUser']
del current['basicAuthUser']

Check warning on line 523 in plugins/modules/grafana_datasource.py

View check run for this annotation

Codecov / codecov/patch

plugins/modules/grafana_datasource.py#L523

Added line #L523 was not covered by tests
if 'password' in current:
del current['password']
if 'basicAuthPassword' in current:
Expand Down

0 comments on commit b910e81

Please sign in to comment.