mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
auth proxy: convert options to new style
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
func TestRun(t *testing.T) {
|
||||
opt := DefaultOpt
|
||||
opt := Opt
|
||||
cmd := "go run proxy_code.go"
|
||||
opt.AuthProxy = cmd
|
||||
p := New(context.Background(), &opt, &vfscommon.Opt)
|
||||
|
||||
Reference in New Issue
Block a user