Compare commits
1 commit
c2783867b6
...
73bc8b0b22
Author | SHA1 | Date | |
---|---|---|---|
73bc8b0b22 |
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def test(subtest, webserver):
|
||||||
expect_http_content(webserver, indexContent,
|
expect_http_content(webserver, indexContent,
|
||||||
"http://localhost/index.html")
|
"http://localhost/index.html")
|
||||||
|
|
||||||
with subtest("example.com is a hosts alias and redirect"):
|
with subtest("example.com is in hosts file and a redirect to localhost"):
|
||||||
webserver.succeed("grep example.com /etc/hosts")
|
webserver.succeed("grep example.com /etc/hosts")
|
||||||
|
|
||||||
url = "http://example.com/index.html"
|
url = "http://example.com/index.html"
|
||||||
|
|
Loading…
Add table
Reference in a new issue