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
|
@ -11,7 +11,9 @@ import (
|
|||
// TestIntegration runs integration tests against the remote
|
||||
func TestIntegration(t *testing.T) {
|
||||
fstests.Run(t, &fstests.Opt{
|
||||
RemoteName: "TestHubic:",
|
||||
NilObject: (*hubic.Object)(nil),
|
||||
RemoteName: "TestHubic:",
|
||||
NilObject: (*hubic.Object)(nil),
|
||||
SkipFsCheckWrap: true,
|
||||
SkipObjectCheckWrap: true,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue