mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02: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