1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 02:23:24 +00:00

backend: add description field for all backends

Fixes #4391
This commit is contained in:
Paul Stern
2023-12-02 19:27:55 +03:00
committed by Nick Craig-Wood
parent a3d19942bd
commit bb679a9def
3 changed files with 18 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ func TestCRUD(t *testing.T) {
"y", // type my own password
"secret", // password
"secret", // repeat
"n", // don't edit advanced config
"y", // looks good, save
})
require.NoError(t, config.NewRemote(ctx, "test"))