fix: coderabbit comments

This commit is contained in:
Stavros
2026-05-09 17:00:02 +03:00
parent 548d97fa62
commit d5009070e3
17 changed files with 107 additions and 163 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func NewLogger() *Logger {
App: model.LogStreamConfig{
Enabled: true,
},
// No reason to enabled audit by default since it will be suppressed by the log level
// No reason to enable audit by default since it will be suppressed by the log level
},
},
}
+1 -1
View File
@@ -162,7 +162,7 @@ func TestLogger(t *testing.T) {
l.AuditLoginFailure("test_nop", "test_nop", "test_nop", "test_nop")
assert.NotEmpty(t, buf.String())
assert.NotContains(t, "test_nop", buf.String())
assert.NotContains(t, buf.String(), "test_nop")
},
},
}