add test for returning offset after concatenation
This commit is contained in:
parent
7456347c17
commit
efe70bb0f3
|
@ -179,6 +179,7 @@ func TestConcatFinal(t *testing.T) {
|
||||||
ResHeader: map[string]string{
|
ResHeader: map[string]string{
|
||||||
"Upload-Concat": "final; http://tus.io/files/a http://tus.io/files/b",
|
"Upload-Concat": "final; http://tus.io/files/a http://tus.io/files/b",
|
||||||
"Upload-Length": "10",
|
"Upload-Length": "10",
|
||||||
|
"Upload-Offset": "10",
|
||||||
},
|
},
|
||||||
}).Run(handler, t)
|
}).Run(handler, t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue