File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -195,3 +195,4 @@ strykeforce.sql.gz
195195/static
196196/cache
197197/image_renditions
198+ .nixos-test-history
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ final: prev: {
5757
5858 strykeforce . services . website = {
5959 enable = true ;
60+ allowedHosts = "localhost" ;
6061 ssl = false ;
6162 secrets = [ secrets ] ;
6263 } ;
@@ -82,6 +83,9 @@ final: prev: {
8283 # wait for service
8384 machine.wait_for_unit("strykeforce-website.service")
8485 machine.wait_until_succeeds("curl -sLf http://localhost:8000/static/2767/main.css")
86+ machine.succeed("curl -sLf http://localhost:8000/static/2767/main.js")
87+ html = machine.succeed("curl -sLf http://localhost:8000/admin/")
88+ assert "<title>Sign in - Wagtail</title>" in html
8589 '' ;
8690 } ;
8791 } ;
You can’t perform that action at this time.
0 commit comments