Bläddra i källkod

test(e2e): fix backend-testpoint fixture port

Stefan Stidl 3 månader sedan
förälder
incheckning
48dcde3d1c
2 ändrade filer med 2 tillägg och 2 borttagningar
  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",