From edcb80421bbdc6d9c9516e00a4c558432300f871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Mon, 12 Apr 2021 18:26:12 +0200 Subject: [PATCH] Der Browser sendet auch das Protokoll mit. --- api/tests/_support/Helper/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/_support/Helper/Api.php b/api/tests/_support/Helper/Api.php index 0cc4f73..677c203 100644 --- a/api/tests/_support/Helper/Api.php +++ b/api/tests/_support/Helper/Api.php @@ -33,5 +33,5 @@ class Api extends Module "path" => "string", ]; - const TEST_ORIGIN = 'localhost:1234'; + const TEST_ORIGIN = 'http://localhost:1234'; }