We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da6e28 commit 695a600Copy full SHA for 695a600
querycheck/expect_known_value.go
@@ -70,7 +70,7 @@ func (e expectKnownValue) CheckQuery(_ context.Context, req CheckQueryRequest, r
70
for _, diag := range diags {
71
diagsStr += diag.Error() + "; "
72
}
73
- resp.Error = fmt.Errorf(diagsStr)
+ resp.Error = fmt.Errorf("The following errors were found while checking values: %s" + diagsStr)
74
return
75
76
0 commit comments