diff --git a/t/scenarios/reports/t/100-reports.t b/t/scenarios/reports/t/100-reports.t index b3b1d4235..c2d31b5c6 100644 --- a/t/scenarios/reports/t/100-reports.t +++ b/t/scenarios/reports/t/100-reports.t @@ -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, ); @@ -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, );