mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/roundcube: use python assertion for inspecting response
That way we always see what's being returned.
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
roundcube.wait_for_unit("postgresql.target")
|
||||
roundcube.wait_for_unit("phpfpm-roundcube.service")
|
||||
roundcube.wait_for_unit("nginx.service")
|
||||
roundcube.succeed("curl -sSfL http://roundcube/ | grep 'Keep me logged in'")
|
||||
t.assertIn("Keep me logged in", roundcube.succeed("curl -sSfL http://roundcube/"))
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user