From 7eb36986d54c05bfaa365c8f4a64145484ae6b65 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jul 2026 15:36:33 +0000 Subject: [PATCH] test: change tiled port number in url --- tests/system_tests/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_tests/config.yaml b/tests/system_tests/config.yaml index a55417d4c..c863054a4 100644 --- a/tests/system_tests/config.yaml +++ b/tests/system_tests/config.yaml @@ -17,7 +17,7 @@ numtracker: url: http://localhost:8406/graphql tiled: enabled: true - url: http://localhost:8407/api/v1 + url: http://localhost:4181/api/v1 authentication: client_id: "tiled-writer" client_secret: "secret"