test: fix test

This commit is contained in:
2023-11-21 17:18:34 +09:00
parent e71a1f74a3
commit 25fbb12e5b
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -17,6 +17,8 @@ hideout:
secret-key: ""
spring:
flyway:
enabled: false
datasource:
driver-class-name: org.h2.Driver
url: "jdbc:h2:mem:test;MODE=POSTGRESQL;DB_CLOSE_DELAY=-1"