Skip to content

Commit

Permalink
🐛 Fix activepieces tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Jun 3, 2024
1 parent 4386a41 commit 03895a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/activepieces/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: Get activepieces redis container state
community.docker.docker_container:
name: "{{ activepieces_db_container_name }}"
name: "{{ activepieces_redis_container_name }}"
register: result_redis

- name: Get activepieces container state
Expand Down
2 changes: 1 addition & 1 deletion roles/activepieces/molecule/default/verify_stopped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: Try and stop and remove activepieces redis
community.docker.docker_container:
name: "{{ activepieces_db_container_name }}"
name: "{{ activepieces_redis_container_name }}"
state: absent
register: result_redis

Expand Down

0 comments on commit 03895a0

Please sign in to comment.