tests - fix behind reverse proxy url

This commit is contained in:
bunkerity 2022-07-21 14:59:46 +02:00
parent bf58a17b8a
commit 4eff0c3f9d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"url": "http://www.example.com",
"string": "hello"
}
]