feat: NCS-53 changed IO to MicroService for easier scaling #37

Merged
Janis merged 8 commits from feat/NCS-53 into main 2026-04-21 15:38:59 +02:00
Showing only changes of commit 0470fe8341 - Show all commits
@@ -14,8 +14,6 @@ import org.junit.jupiter.api.Test
@QuarkusTest
class IoResourceTest:
// scalafix:off
private lazy val testMapper: ObjectMapper =
val m = new ObjectMapper()
val mod = new SimpleModule()
@@ -81,4 +79,3 @@ class IoResourceTest:
.body(contextJson(GameContext.initial))
.post("/io/export/pgn")
assertEquals(200, resp.statusCode())
// scalafix:on