Skip to content

Commit

Permalink
Change endpoint to test datasource (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
heidmotron authored Aug 21, 2024
1 parent 8ff83d8 commit ffed0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class DataSource extends DataSourceApi<LightstepQuery, LightstepDataSourc
}

try {
await getBackendSrv().get(`${this.url}/test`);
await getBackendSrv().get(`${this.url}/projects/${this.defaultProjectName()}`);
return {
status: 'success',
message: 'Data source is working',
Expand Down

0 comments on commit ffed0d0

Please sign in to comment.