mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-17 03:01:35 +02:00
ensure tests don't fail on new log message
This commit is contained in:
parent
d350100e33
commit
ec24058469
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue