mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
fstest: fix compile after merge
After merging this commit
56caab2033
b2: Include custom upload headers in large file info
The compile failed as a change had been missed. Should have rebased
before merging!
This commit is contained in:
parent
e1b7bf7701
commit
5ddedae431
@ -1709,7 +1709,7 @@ func Run(t *testing.T, opt *Opt) {
|
|||||||
// User metadata
|
// User metadata
|
||||||
"potato": "jersey",
|
"potato": "jersey",
|
||||||
}
|
}
|
||||||
obj = PutTestContentsMetadata(ctx, t, f, &file, contents, true, "text/plain", testMetadata)
|
obj = PutTestContentsMetadata(ctx, t, f, &file, true, contents, true, "text/plain", testMetadata)
|
||||||
fstest.CheckEntryMetadata(ctx, t, f, obj, testMetadata)
|
fstest.CheckEntryMetadata(ctx, t, f, obj, testMetadata)
|
||||||
do, objectHasSetMetadata := obj.(fs.SetMetadataer)
|
do, objectHasSetMetadata := obj.(fs.SetMetadataer)
|
||||||
require.True(t, objectHasSetMetadata)
|
require.True(t, objectHasSetMetadata)
|
||||||
|
Loading…
Reference in New Issue
Block a user