From 46a42f4ef7e7575439797ecfd59cccc0e7668227 Mon Sep 17 00:00:00 2001 From: rob bygrave Date: Fri, 9 Oct 2020 09:13:33 +1300 Subject: [PATCH] Modify Autotune tests use an explicit datasource --- ebean-autotune/src/test/resources/application-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebean-autotune/src/test/resources/application-test.properties b/ebean-autotune/src/test/resources/application-test.properties index 5148cdf58..e59f6ac90 100644 --- a/ebean-autotune/src/test/resources/application-test.properties +++ b/ebean-autotune/src/test/resources/application-test.properties @@ -4,6 +4,6 @@ datasource.default=h2AutoTune datasource.h2AutoTune.username=sa datasource.h2AutoTune.password= -datasource.h2AutoTune.url=jdbc:h2:mem:tests +datasource.h2AutoTune.url=jdbc:h2:mem:h2AutoTune