mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
revert passing ctrl to testDatasource
This commit is contained in:
@@ -132,7 +132,7 @@ export class DataSourceEditCtrl {
|
||||
this.backendSrv
|
||||
.withNoBackendCache(() => {
|
||||
return datasource
|
||||
.testDatasource(this)
|
||||
.testDatasource()
|
||||
.then(result => {
|
||||
this.testing.message = result.message;
|
||||
this.testing.status = result.status;
|
||||
|
||||
Reference in New Issue
Block a user