Skip to content

Commit

Permalink
update - test connection error message
Browse files Browse the repository at this point in the history
  • Loading branch information
balaji-jr committed Apr 17, 2024
1 parent 86c4d05 commit f7a8884
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 @@ -233,7 +233,7 @@ export class DataSource extends DataSourceWithBackend<MyQuery, MyDataSourceOptio
}

async testDatasource() {
const errorMessageBase = 'Parseable server is not reachable';
const errorMessageBase = 'Parseable server is not reachable. Verify that your basic authentication credentials are accurate.';
try {
const response = await lastValueFrom(
this.doFetch({
Expand Down

0 comments on commit f7a8884

Please sign in to comment.