mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-04 14:48:38 +00:00
test(e2e): fix backend-testpoint fixture port
This commit is contained in:
parent
3bd9e1b7af
commit
48dcde3d1c
2 changed files with 2 additions and 2 deletions
|
|
@ -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,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"name": "Backend testpoint",
|
||||
"server": "http://backend-testpoint/",
|
||||
"server": "http://backend-testpoint:8080/",
|
||||
"dlURL": "garbage.php",
|
||||
"ulURL": "empty.php",
|
||||
"pingURL": "empty.php",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue