Commit 646cb41 1 parent 2e4d86f commit 646cb41 Copy full SHA for 646cb41
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 168
168
<dependency >
169
169
<groupId >com.h2database</groupId >
170
170
<artifactId >h2</artifactId >
171
- <version >2.1.210</version >
172
171
</dependency >
173
172
<dependency >
174
173
<groupId >org.postgresql</groupId >
Original file line number Diff line number Diff line change 38
38
*/
39
39
@ SpringBootTest (classes = PandasGatherer .class , properties = {
40
40
"spring.datasource.url = jdbc:h2:mem:it;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE" ,
41
- "spring.jpa.properties.hibernate.dialect = pandas.core.PandasH2Dialect" ,
42
41
"heritrix.url = https://localhost:18443/engine" ,
43
42
"heritrix.password = password" ,
44
- "bamboo.crawlSeriesId = 1" })
43
+ "bamboo.crawlSeriesId = 1" ,
44
+ "spring.jpa.hibernate.ddl-auto=create-drop" })
45
45
@ ContextConfiguration (initializers = GathererIT .Initializer .class )
46
46
@ MockServerTest ("bamboo.url = http://127.0.0.1:${mockServerPort}/bamboo" )
47
47
public class GathererIT {
You can’t perform that action at this time.
0 commit comments