Fix tests for mariadb

This commit is contained in:
eikek
2022-06-04 10:16:03 +02:00
parent cfc903403a
commit ae265ed19a
5 changed files with 18 additions and 13 deletions

View File

@ -20,7 +20,7 @@ class AddonExecutorTest extends CatsEffectSuite with Fixtures with TestLoggingCo
val logger = docspell.logging.getLogger[IO]
override def docspellLogConfig =
super.docspellLogConfig.copy(minimumLevel = Level.Trace)
super.docspellLogConfig.copy(minimumLevel = Level.Error)
tempDir.test("select docker if Dockerfile exists") { dir =>
for {