sftpgo: 2.6.6 -> 2.7.0 (#461154)

This commit is contained in:
Fabián Heredia Montiel
2025-11-13 15:25:26 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -362,7 +362,7 @@ in
client.wait_until_succeeds("curl -sSf http://server:${toString httpPort}/web/client/login")
# Ensure sftpgo found the static folder
client.wait_until_succeeds("curl -o /dev/null -sSf http://server:${toString httpPort}/static/favicon.ico")
client.wait_until_succeeds("curl -o /dev/null -sSf http://server:${toString httpPort}/static/favicon.png")
with subtest("Setup SSH keys"):
client.succeed("mkdir -m 700 /root/.ssh")