소스 검색

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",