mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
tests: fix test expectations for multipart
This commit is contained in:
@@ -167,13 +167,13 @@ Feature: download file
|
||||
| Content-Type | /^multipart\/byteranges; boundary=[a-zA-Z0-9_.-]*$/ |
|
||||
And if the HTTP status code was "206" then the downloaded content for multipart byterange should be:
|
||||
"""
|
||||
Content-type: text/plain;charset=UTF-8
|
||||
Content-range: bytes 0-6/52
|
||||
Content-Range: bytes 0-6/52
|
||||
Content-Type: text/plain;charset=UTF-8
|
||||
|
||||
Welcome
|
||||
|
||||
Content-type: text/plain;charset=UTF-8
|
||||
Content-range: bytes 40-51/52
|
||||
Content-Range: bytes 40-51/52
|
||||
Content-Type: text/plain;charset=UTF-8
|
||||
|
||||
developers.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user