Skip to content

Commit

Permalink
test(*): Remove useless restart
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 25, 2024
1 parent f39d628 commit 0b90d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ health_checks() {
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev add-on get ddev/ddev-redis-commander with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev add-on get ddev/ddev-redis-commander
ddev restart >/dev/null
health_checks
}

0 comments on commit 0b90d91

Please sign in to comment.