Adjust integration test

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-03-16 20:51:40 +01:00
parent 5f8f29508f
commit 9e957d0ac9
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Feature: sharing
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And The following headers should be set
| Content-Security-Policy | default-src 'none' |
| Content-Security-Policy | default-src 'none';base-uri 'none' |
Scenario: Creating a share with a group
Given user "user0" exists