diff --git a/ci/wait-up.sh b/ci/wait-up.sh index b3af114..f29be44 100644 --- a/ci/wait-up.sh +++ b/ci/wait-up.sh @@ -1,6 +1,6 @@ #!/bin/bash testlog() { - docker logs v3-user-db-test | grep -q "database system is ready to accept connections" + docker logs v3-db | grep -q "database system is ready to accept connections" } testlog 2> /dev/null