mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
nixos/mailcatcher: fix test to be compatible with mailcatcher 7.x series
This commit is contained in:
parent
88b32b2004
commit
417da42c02
@ -21,6 +21,6 @@ import ./make-test.nix ({ lib, ... }:
|
||||
$machine->waitForUnit('mailcatcher.service');
|
||||
$machine->waitForOpenPort('1025');
|
||||
$machine->succeed('echo "this is the body of the email" | mail -s "subject" root@example.org');
|
||||
$machine->succeed('curl http://localhost:1080/messages/1.json') =~ /this is the body of the email/ or die;
|
||||
$machine->succeed('curl http://localhost:1080/messages/1.source') =~ /this is the body of the email/ or die;
|
||||
'';
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user