Commit acd1acba by Sven Klemm

revert passing ctrl to testDatasource

parent c3aad100
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment