Skip to content

Commit

Permalink
chore(tests): Removed pinned redis version from test
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Aug 20, 2023
1 parent 7d1eca0 commit 5e7ec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ health_checks() {
# check that redis is running
run bash -c "DDEV_DEBUG=true ddev redis --version"
assert_success
assert_output "redis-cli 7.0.12"
assert_output --partial "redis-cli"

# key count should be 0
run bash -c 'ddev redis "KEYS \*"'
Expand Down

0 comments on commit 5e7ec6d

Please sign in to comment.