Skip to content

Commit

Permalink
Allow empty password in integration tests
Browse files Browse the repository at this point in the history
This matches what we have in dev. I’m not sure why it worked before the
Redis upgrade, but this seems to sort it.
  • Loading branch information
pezholio committed Apr 19, 2023
1 parent 74d943c commit 44f9e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
image: 'bitnami/redis:7.0.11'
networks:
- hmpps_int
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
- '6380:6379'

Expand Down

0 comments on commit 44f9e94

Please sign in to comment.