ensure tests don't fail on new log message

This commit is contained in:
pat-s 2025-03-21 16:28:37 +01:00
parent d350100e33
commit ec24058469

View file

@ -363,6 +363,9 @@ var ignoredErrorMessage = []string{
// TestDatabaseCollation
`[E] [Error SQL Query] INSERT INTO test_collation_tbl (txt) VALUES ('main') []`,
// Test_CmdForgejo_Actions
`DB: No dedicated replica host defined; falling back to primary DSN for replica connections`,
}
func (w *testLoggerWriterCloser) recordError(msg string) {