fix basic test
This commit is contained in:
parent
03dc114236
commit
4f892d19e7
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ BEGIN {
|
|||
}
|
||||
|
||||
my $t = Test::Mojo->new("Pear::LocalLoop");
|
||||
$t->get_ok('/api/login')->status_is(200)->content_like(qr/login page/);
|
||||
$t->get_ok('/')->status_is(200)->content_like(qr/login/i);
|
||||
|
||||
done_testing();
|
||||
|
|
Reference in a new issue