DockerCLI/e2e/global
Sebastiaan van Stijn 6489a777e5
e2e: remove redundant capturing of loop vars in tests (copyloopvar)
go1.22 and up now produce a unique variable in loops, tehrefore no longer
requiring to capture the variable manually;

    service/logs/parse_logs_test.go:50:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-05 10:14:30 +01:00
..
cli_test.go e2e: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
main_test.go e2e: add new test package "global" with TestTLSVerify 2019-11-12 18:07:09 +00:00