mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
chore: update linter
This commit is contained in:
committed by
GitHub
parent
1034646ae2
commit
88a2020817
@@ -263,7 +263,7 @@ func (s *TCPSuite) TestWRR() {
|
||||
require.NoError(s.T(), err)
|
||||
|
||||
call := map[string]int{}
|
||||
for i := 0; i < 4; i++ {
|
||||
for range 4 {
|
||||
// Traefik passes through, termination handled by whoami-b or whoami-bb
|
||||
out, err := guessWhoTLSPassthrough("127.0.0.1:8093", "whoami-b.test")
|
||||
require.NoError(s.T(), err)
|
||||
|
||||
Reference in New Issue
Block a user