This commit is contained in:
Christophe Maudoux 2019-08-03 22:33:02 +02:00
parent 058ef90662
commit 44a6f2c960

View File

@ -48,7 +48,7 @@ sub try {
my $user = shift;
my $res;
# Gat token
# Get token
ok( $res = $client->_get( '/', accept => 'text/html' ), 'Unauth request' );
count(1);
my ( $host, $url, $query ) = expectForm( $res, '#', undef, 'token' );