bisync: fix integration tests after sftp log changes

We added a new log message here which we need to ignore in the bisync tests

3658470022 sftp: warn the user if no host key validation is configured
This commit is contained in:
Nick Craig-Wood
2026-04-18 16:21:43 +01:00
parent 2b570c788c
commit e76a30471a
+2
View File
@@ -85,6 +85,8 @@ var logReplacements = []string{
`^NOTICE: .*?: Replacing invalid UTF-8 characters in "[^"]*"$`, dropMe,
// ignore rclone debug messages
`^DEBUG : .*$`, dropMe,
// ignore SFTP host key messages
`^NOTICE: .*?No host key validation is being performed.*$`, dropMe,
// ignore dropbox info messages
`^NOTICE: too_many_(requests|write_operations)/\.*: Too many requests or write operations.*$`, dropMe,
`^NOTICE: .*?: Forced to upload files to set modification times on this backend.$`, dropMe,