add test for returning offset after concatenation

This commit is contained in:
Acconut 2015-03-31 23:51:28 +02:00
parent 7456347c17
commit efe70bb0f3
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ func TestConcatFinal(t *testing.T) {
ResHeader: map[string]string{
"Upload-Concat": "final; http://tus.io/files/a http://tus.io/files/b",
"Upload-Length": "10",
"Upload-Offset": "10",
},
}).Run(handler, t)