From 219980df18788c210dddd233ec1e747407142191 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Tue, 20 Aug 2024 11:29:38 +0530 Subject: [PATCH] fix: update test --- docker-compose/setup-script/tests/expects/install/redis.sh | 5 ++++- .../setup-script/tests/expects/install/watchtower.sh | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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"