Skip to content

Commit

Permalink
Merge pull request #1 from arey/bugfix/unittest
Browse files Browse the repository at this point in the history
Fix ClinicServiceTests
  • Loading branch information
arey authored Oct 10, 2024
2 parents ab7f111 + abfc7d7 commit 489e819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* @author Michael Isvy
* @author Dave Syer
*/
@DataJpaTest(includeFilters = @ComponentScan.Filter(Service.class))
@DataJpaTest
// Ensure that if the mysql profile is active we connect to the real database:
@AutoConfigureTestDatabase(replace = Replace.NONE)
// @TestPropertySource("/application-postgres.properties")
Expand Down

0 comments on commit 489e819

Please sign in to comment.