diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-28 23:46:36 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-07-29 08:55:56 +0200 |
commit | 0529caee7c2115052c0325a3f15fdb55ada5d825 (patch) | |
tree | 28e9e7a2816746f84ecf717c50ebed9a6771bd7e /build/integration/features/dav-v2.feature | |
parent | b7ce4e16869117a491d776b15057876debe4f2fa (diff) | |
download | nextcloud-server-0529caee7c2115052c0325a3f15fdb55ada5d825.tar.gz nextcloud-server-0529caee7c2115052c0325a3f15fdb55ada5d825.zip |
Add some integration test fixes
Diffstat (limited to 'build/integration/features/dav-v2.feature')
-rw-r--r-- | build/integration/features/dav-v2.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/dav-v2.feature b/build/integration/features/dav-v2.feature index 0f3d77b099a..d2ac047b68c 100644 --- a/build/integration/features/dav-v2.feature +++ b/build/integration/features/dav-v2.feature @@ -14,7 +14,7 @@ Feature: dav-v2 And As an "admin" And user "user0" exists And As an "user0" - When Downloading file "/files/user0/welcome.txt" with range "bytes=51-77" + When Downloading file "/files/user0/welcome.txt" with range "bytes=52-78" Then Downloaded content should be "example file for developers" Scenario: Downloading a file on the new endpoint should serve security headers |