mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
Fix test: initialize dockerHook with embedded provider
This commit is contained in:
parent
06fce98c00
commit
4854d9b981
@ -55,7 +55,9 @@ sleep 10
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
d := &dockerHook{
|
||||
emptyHook: emptyHook{
|
||||
provider: provider,
|
||||
},
|
||||
image: "alpine",
|
||||
volumes: []string{
|
||||
fmt.Sprintf("%s:%s", cmdScript, "/bin/cmd.sh"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user