From e8fa8ce3651c4a623237d317aedff2819c879638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Thu, 29 Oct 2020 16:00:10 +0100 Subject: [PATCH] fixed regex --- tests/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.bats b/tests/tests.bats index f9ccf5b..04dfa10 100644 --- a/tests/tests.bats +++ b/tests/tests.bats @@ -83,7 +83,7 @@ load 'bats/bats-assert/load' } @test "Should load module cloud_notify" { - run bash -c "sudo docker-compose logs | grep \"localhost:cloud_notify\tinfo\tModule loaded\"" + run bash -c "sudo docker-compose logs | grep \"localhost:cloud_notify.*info.*Module loaded\"" assert_success assert_output }