Skip to content

Commit

Permalink
Fix redis integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Dec 6, 2024
1 parent 32563e4 commit c6c9a36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions redis_events/docker/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ plugin:

plugin-config: plugins-config.yml

# Wallet
auto-provision: true
wallet-type: askar
wallet-name: test-wallet
wallet-key: test-wallet-key
Expand Down
2 changes: 1 addition & 1 deletion redis_events/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY --from=base /usr/src/app/.venv /usr/src/app/.venv
ENV PATH="/usr/src/app/.venv/bin:$PATH"

# TODO: install from 1.1.0 tag when available
RUN pip install git+https://github.com/jamshale/aries-acapy-plugins@feat/1055-prepare-for-move-to-owf#subdirectory=basicmessage_storage
RUN pip install git+https://github.com/jamshale/acapy-plugins@Release-v1.1.1#subdirectory=basicmessage_storage

COPY redis_events/ redis_events/
COPY docker/*.yml ./
Expand Down
2 changes: 1 addition & 1 deletion redis_events/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ services:
ports:
- 8021:8021
- 8020:8020
command: start -it http 0.0.0.0 8020 -ot http -e http://alice:8020 --auto-accept-invites --auto-respond-messages --admin 0.0.0.0 8021 --admin-insecure-mode --label alice --no-ledger --log-level debug --debug-connections
command: start -it http 0.0.0.0 8020 -ot http -e http://alice:8020 --auto-accept-invites --auto-respond-messages --admin 0.0.0.0 8021 --admin-insecure-mode --label alice --no-ledger --log-level debug --debug-connections --wallet-test --auto-provision
networks:
- acapy_default
extra_hosts:
Expand Down

0 comments on commit c6c9a36

Please sign in to comment.