chore: update linter
This commit is contained in:
parent
db515195f0
commit
c5f23493ab
9 changed files with 28 additions and 24 deletions
|
@ -56,7 +56,7 @@ func TestTLSCertificateContent(t *testing.T) {
|
|||
keyFile = "` + fileTLSKey.Name() + `"
|
||||
`
|
||||
|
||||
_, err = fileConfig.Write([]byte(content))
|
||||
_, err = fileConfig.WriteString(content)
|
||||
require.NoError(t, err)
|
||||
|
||||
provider := &Provider{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue