mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-24 07:42:30 -04:00
Fix vet errors.
This commit is contained in:
@@ -55,7 +55,7 @@ func TestConditions(t *testing.T) {
|
||||
for _, op := range invalidOperators {
|
||||
_, err := NewIf("a", op, "b")
|
||||
if err == nil {
|
||||
t.Error("Invalid operator %v used, expected error.", op)
|
||||
t.Errorf("Invalid operator %v used, expected error.", op)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user