From 86e6c75c37fe5498479614075a9554d49a50846c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Mon, 26 Oct 2020 18:36:10 +0100 Subject: [PATCH] tab regex --- tests/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.bats b/tests/tests.bats index 48cae4c..f9ccf5b 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 info Module loaded\"" + run bash -c "sudo docker-compose logs | grep \"localhost:cloud_notify\tinfo\tModule loaded\"" assert_success assert_output }