Skip to content

Commit 695a600

Browse files
committed
Fixed lintier
1 parent 3da6e28 commit 695a600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

querycheck/expect_known_value.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (e expectKnownValue) CheckQuery(_ context.Context, req CheckQueryRequest, r
7070
for _, diag := range diags {
7171
diagsStr += diag.Error() + "; "
7272
}
73-
resp.Error = fmt.Errorf(diagsStr)
73+
resp.Error = fmt.Errorf("The following errors were found while checking values: %s" + diagsStr)
7474
return
7575
}
7676
}

0 commit comments

Comments
 (0)