Fix golangci-lint issues

This commit is contained in:
Pim van Pelt
2025-06-16 23:36:36 +02:00
parent 4fdd0769a5
commit 6969e609c0
4 changed files with 7 additions and 9 deletions

View File

@ -41,6 +41,7 @@ func TestFlagRegistration(t *testing.T) {
f := flag.Lookup("agentx.addr")
if f == nil {
t.Error("Expected agentx.addr flag to be registered")
return
}
if f.DefValue != "localhost:705" {