Skip to content

Commit

Permalink
adjust tests for last omd release
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 27, 2023
1 parent f03ab9a commit 0077752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/scenarios/backend_http_readonly/t/local/lmd.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TestUtils::test_command({
# start LMD
TestUtils::test_command({
cmd => '/usr/bin/env omd start lmd',
like => ['/Starting LMD.*OK/'],
like => ['/starting lmd.*ok/i'],
});

# wait till backends are online
Expand All @@ -50,7 +50,7 @@ TestUtils::test_command({
# stop LMD
TestUtils::test_command({
cmd => '/usr/bin/env omd stop lmd',
like => ['/Stopping LMD.*OK/'],
like => ['/stopping lmd.*ok/i'],
});
# disable LMD
TestUtils::test_command({
Expand Down

0 comments on commit 0077752

Please sign in to comment.