Skip to content

Commit 0a1d1c5

Browse files
committed
reactivating test with github actions issue again
1 parent 79ee869 commit 0a1d1c5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

curation-api/src/test/java/eu/clarin/cmdi/curation/api/CollectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void facets() {
262262
}
263263

264264

265-
// @Test
265+
@Test
266266
void linkchecking() {
267267

268268
assertEquals(300, collectionReport.linkcheckerReport.totNumOfLinks);

curation-api/src/test/resources/application.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
spring:
22
datasource:
3-
url: jdbc:h2:mem:linkcheckerTest;MODE=MariaDB;DATABASE_TO_LOWER=TRUE;DB_CLOSE_DELAY=-1
3+
url: "jdbc:h2:mem:linkcheckerTest;MODE=MariaDB;DATABASE_TO_LOWER=TRUE;DB_CLOSE_DELAY=-1"
44
username: sa
55
password: password
66
driver-class-name: org.h2.Driver
7-
hikari:
8-
auto-commit: true
97
jpa:
108
show-sql: true
119
hibernate:

0 commit comments

Comments
 (0)