diff --git a/tests/test.bats b/tests/test.bats index 3839e30..b9a2569 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -64,7 +64,6 @@ " run docker-run "${TEST_COMMAND}" - [[ "$output" == *"All project containers are now ready."* ]] [[ "$output" == *"Successfully started tryddevproject-"* ]] [ "$status" -eq 0 ] }