Skip to content

Commit e76f67a

Browse files
author
Artem Ptushkin
committed
Verify it doesn't fail on the missing schema
1 parent bfb6fbf commit e76f67a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/resources/application-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ operations:
1010
username: sa
1111
url: jdbc:h2:mem:myDb;DB_CLOSE_DELAY=-1
1212
schema: classpath:test-dog-schema.sql
13+
#sample for tests to verify it doesn't fail on missing schema
14+
tortoise-h2:
15+
driver-class-name: org.h2.Driver
16+
username: sa
17+
url: jdbc:h2:mem:myDb;DB_CLOSE_DELAY=-1
1318
procedures:
1419
create-cat:
1520
sql: |

0 commit comments

Comments
 (0)