-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unit test that did not add the source field to its synthetic test…
… data.
- Loading branch information
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
gepi/gepi-core/src/test/resources/testconfiguration.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#The port number is automatically set in de.julielab.gepi.core.retrieval.services.EventRetrievalServiceIntegrationTest | ||
#Fri Sep 20 11:59:19 CEST 2024 | ||
#Fri Sep 20 14:10:17 CEST 2024 | ||
elasticquery.sockettimeout=-1 | ||
elasticquery.url=localhost | ||
elasticquery.clustername=gepi_testcluster | ||
elasticquery.port=56176 | ||
elasticquery.port=56736 | ||
gepi.documents.index.name=gepi_testindex |