1
0
mirror of https://github.com/containous/traefik.git synced 2025-11-23 04:23:52 +03:00

chore: update linter

This commit is contained in:
Ludovic Fernandez
2023-06-05 10:24:06 +02:00
committed by GitHub
parent db515195f0
commit c5f23493ab
9 changed files with 28 additions and 24 deletions

View File

@@ -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{}