Skip to content

Commit

Permalink
[chore] one more lint failure (#10828)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Aug 7, 2024
1 parent 6ab719a commit 42909ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configtls/clientcasfilereloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (r *testLoader) loadClientCAFile() (*x509.CertPool, error) {
}

func (r *testLoader) returnErrorOnSubsequentCalls(msg string) {
r.err.Store(fmt.Errorf(msg))
r.err.Store(fmt.Errorf("%s", msg))
}

func (r *testLoader) reloadNumber() int {
Expand Down

0 comments on commit 42909ec

Please sign in to comment.