mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 01:20:16 +02:00
rc: convert options to new style
This commit is contained in:
@@ -77,7 +77,7 @@ func TestOptionsGetMarshal(t *testing.T) {
|
||||
|
||||
// Add some real options
|
||||
AddOption("main", ci)
|
||||
AddOption("rc", &DefaultOpt)
|
||||
AddOption("rc", &Opt)
|
||||
|
||||
// get them
|
||||
call := Calls.Get("options/get")
|
||||
|
Reference in New Issue
Block a user