Fix unit test (#1515)

This commit is contained in:
Christophe Maudoux 2018-10-21 22:15:26 +02:00
parent 2e658fd557
commit 799e6cfa3c

View File

@ -54,7 +54,7 @@ SKIP: {
ok( $ts = getCache()->get($token), ' Found token session' );
$ts = eval { JSON::from_json($ts) };
ok( $captcha = $ts->{captcha}, ' Found captcha value' );
ok( $res->[2]->[0] =~ qr%<img src="/static/common/logos/test.png"%,
ok( $res->[2]->[0] =~ qr%<img src="/static/common/logos/logo_llng_old.png"%,
'Found custom Main Logo' )
or print STDERR Dumper( $res->[2]->[0] );