Skip to content

Commit

Permalink
adjust test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Apr 9, 2024
1 parent dda6bce commit c6b3492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/scenarios/reports/t/100-reports.t
Expand Up @@ -14,7 +14,7 @@ BEGIN {
{
TestUtils::test_page(
'url' => '/thruk/cgi-bin/login.cgi?logout',
'like' => ['logout successful', 'Password'],
'like' => ['logout successful', 'password'],
'follow' => 1,
'code' => 401,
);
Expand Down Expand Up @@ -109,7 +109,7 @@ BEGIN {
{
TestUtils::test_page(
'url' => '/thruk/cgi-bin/login.cgi?logout',
'like' => ['logout successful', 'Password'],
'like' => ['logout successful', 'password'],
'follow' => 1,
'code' => 401,
);
Expand Down

0 comments on commit c6b3492

Please sign in to comment.