diff --git a/internal/api/backresthandler_test.go b/internal/api/backresthandler_test.go index 782d7c55..592d50dc 100644 --- a/internal/api/backresthandler_test.go +++ b/internal/api/backresthandler_test.go @@ -1444,7 +1444,7 @@ func TestSanitizeRepoFlags(t *testing.T) { { name: "mixed flags only sftp.args modified", flags: []string{`--option=other=val`, `--option=sftp.args='-i "/path/key"'`}, - want: []string{`--option=other=val`, `--option=sftp.args=-i /path/key`}, + want: []string{`--option=other=val`, `--option=sftp.args='-i /path/key'`}, }, }