Browse Source

fix: update test

pull/9162/merge
DarkPhoenix2704 3 months ago committed by Anbarasu
parent
commit
219980df18
  1. 5
      docker-compose/setup-script/tests/expects/install/redis.sh
  2. 5
      docker-compose/setup-script/tests/expects/install/watchtower.sh

5
docker-compose/setup-script/tests/expects/install/redis.sh

@ -22,7 +22,10 @@ expect "Do you want to enabled Redis for caching*"
send "Y\r"
expect "Do you want to enable Minio for file storage*"
send "N\r"
send "\r"
expect "Enter the MinIO domain name*"
send "\r"
expect "Do you want to enabled Watchtower for automatic updates*"
send "\r"

5
docker-compose/setup-script/tests/expects/install/watchtower.sh

@ -22,7 +22,10 @@ expect "Do you want to enabled Redis for caching*"
send "\r"
expect "Do you want to enable Minio for file storage*"
send "N\r"
send "\r"
expect "Enter the MinIO domain name*"
send "\r"
expect "Do you want to enabled Watchtower for automatic updates*"
send "Y\r"

Loading…
Cancel
Save