Skip to content

Commit

Permalink
[chore] one more lint failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed Aug 7, 2024
1 parent 9fbfecf commit c11cfd4
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 c11cfd4

Please sign in to comment.