Skip to content

Commit

Permalink
chore: upgrade to spring boot 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed May 23, 2024
1 parent a6bad9e commit c723bcf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
@TestPropertySource(properties = "spring.profiles.active=testing")
@AutoConfigureTestDatabase(replace = Replace.ANY)
@TestPropertySource(properties = "multitenancy.enabled=true")
@TestPropertySource(
properties =
"spring.datasource.data=classpath*:database/UserServiceDatabase.sql,classpath*:database/transformDataForTenants.sql")
@Sql(scripts = {"classpath:database/transformDataForTenants.sql"})
@ActiveProfiles("testing")
@Transactional
Expand Down

0 comments on commit c723bcf

Please sign in to comment.