Move tournament files to a new repository and update tests

This commit is contained in:
Quentin Rendu
2023-09-28 17:20:15 +02:00
parent 4dba0b372f
commit 519811e884
6 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ class ImportExportTests: TestBase() {
@Test
fun `001 test imports`() {
getTestResources("opengotha").forEach { file ->
getTestResources("opengotha/tournamentfiles/").forEach { file ->
logger.info("reading resource ${file.canonicalPath}")
val resource = file.readText(StandardCharsets.UTF_8)
val resp = TestAPI.post("/api/tour", resource)