fix: tests

This commit is contained in:
DarkPhoenix2704
2024-08-20 11:25:50 +05:30
committed by Anbarasu
parent 3281c57d89
commit 6249e18abc
3 changed files with 12 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ send "\r"
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"
expect "Do you want to enabled Watchtower for automatic updates*"
send "\r"

View File

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

View File

@@ -21,6 +21,9 @@ send "\r"
expect "Do you want to enabled Redis for caching*"
send "\r"
expect "Do you want to enable Minio for file storage*"
send "N\r"
expect "Do you want to enabled Watchtower for automatic updates*"
send "Y\r"