Skip to content

Commit 3af4b37

Browse files
chore: Check health error reporting
1 parent fbc2038 commit 3af4b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugin/datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func (datasource *Datasource) CheckHealth(_ context.Context, req *backend.CheckH
284284
if err != nil {
285285
return &backend.CheckHealthResult{
286286
Status: backend.HealthStatusError,
287-
Message: "Uh oh, something's wrong with the connection",
287+
Message: err.Error(),
288288
}, err
289289
}
290290

0 commit comments

Comments
 (0)