Skip to content

Commit

Permalink
[BE] FIX: test application profile depedency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssuamje committed Sep 15, 2023
2 parents 407cd52 + c51a1e3 commit 1857b4d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions backend/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ spring:
ddl-auto: none
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
properties:
hibernate:
globally_quoted_identifiers: true
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
format_sql: true
defer-datasource-initialization: true
globally_quoted_identifiers: true

cabinet:
lent:
Expand Down Expand Up @@ -76,6 +72,6 @@ spring:
auth: true
starttls:
enable: true

webhook:
discord-admin: https://discord.com/api/webhooks/for-test

0 comments on commit 1857b4d

Please sign in to comment.