test(e2e): fix backend-testpoint fixture port

This commit is contained in:
Stefan Stidl 2026-04-12 15:18:06 +02:00
parent 3bd9e1b7af
commit 48dcde3d1c
2 changed files with 2 additions and 2 deletions

View file

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

View file

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