diff --git a/docker-compose/setup-script/tests/expects/install/redis.sh b/docker-compose/setup-script/tests/expects/install/redis.sh index 459b2e1e4f..6cdcaf44a4 100755 --- a/docker-compose/setup-script/tests/expects/install/redis.sh +++ b/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" diff --git a/docker-compose/setup-script/tests/expects/install/watchtower.sh b/docker-compose/setup-script/tests/expects/install/watchtower.sh index 3cca2a300d..fa879ccda6 100755 --- a/docker-compose/setup-script/tests/expects/install/watchtower.sh +++ b/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"