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
|
// TestIntegration runs integration tests against the remote
|
||||||
func TestIntegration(t *testing.T) {
|
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