From c6b3492bc94b314d1dc600c3af2ffb566345e586 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 9 Apr 2024 12:56:24 +0200 Subject: [PATCH] adjust test case --- t/scenarios/reports/t/100-reports.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, );