diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-28 18:44:15 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-28 21:00:12 -0600 |
commit | f9bc53146d482c5b4764ad972349740dbc8aca6c (patch) | |
tree | c4d60b2c909c22b636f8f3c825c89018ac6e093c /build | |
parent | 19d3133ccf014f21ef238a045dd9cdbc49e78fb4 (diff) | |
download | nextcloud-server-f9bc53146d482c5b4764ad972349740dbc8aca6c.tar.gz nextcloud-server-f9bc53146d482c5b4764ad972349740dbc8aca6c.zip |
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 9678720b262..5708b7115e4 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -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';base-uri 'none' | + | Content-Security-Policy | default-src 'none';base-uri 'none';manifest-src 'self' | Scenario: Creating a share with a group Given user "user0" exists |