forked from TrueCloudLab/rclone
hubic: fix tests for optional methods
This commit is contained in:
parent
2f21aa86b4
commit
2386c5adc1
1 changed files with 4 additions and 2 deletions
|
@ -13,5 +13,7 @@ func TestIntegration(t *testing.T) {
|
||||||
fstests.Run(t, &fstests.Opt{
|
fstests.Run(t, &fstests.Opt{
|
||||||
RemoteName: "TestHubic:",
|
RemoteName: "TestHubic:",
|
||||||
NilObject: (*hubic.Object)(nil),
|
NilObject: (*hubic.Object)(nil),
|
||||||
|
SkipFsCheckWrap: true,
|
||||||
|
SkipObjectCheckWrap: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue