mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 08:15:18 +00:00
tests: Fix typo
This commit is contained in:
parent
c60fd6ac9e
commit
1484ad7826
@ -115,7 +115,7 @@ def test_cli_setup_authority():
|
||||
assert r.status_code == 404, r.text
|
||||
r = client().simulate_get("/index.html")
|
||||
assert r.status_code == 200, r.text
|
||||
r = requests.get("/index.html")
|
||||
r = requests.get("http://ca.example.lan/index.html")
|
||||
assert r.status_code == 200, r.text
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user