浏览代码

test(e2e): fix backend-testpoint fixture port

Stefan Stidl 3 月之前
父节点
当前提交
48dcde3d1c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      tests/e2e/fixtures/servers-dual.json
  2. 1 1
      tests/e2e/fixtures/servers-frontend.json

+ 1 - 1
tests/e2e/fixtures/servers-dual.json

@@ -10,7 +10,7 @@
   },
   {
     "name": "External backend testpoint",
-    "server": "http://backend-testpoint/",
+    "server": "http://backend-testpoint:8080/",
     "dlURL": "garbage.php",
     "ulURL": "empty.php",
     "pingURL": "empty.php",

+ 1 - 1
tests/e2e/fixtures/servers-frontend.json

@@ -1,7 +1,7 @@
 [
   {
     "name": "Backend testpoint",
-    "server": "http://backend-testpoint/",
+    "server": "http://backend-testpoint:8080/",
     "dlURL": "garbage.php",
     "ulURL": "empty.php",
     "pingURL": "empty.php",