Browse Source

test(e2e): fix backend-testpoint fixture port

Stefan Stidl 3 tháng trước cách đây
mục cha
commit
48dcde3d1c

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