diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-03-16 20:51:40 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-03-16 20:51:40 +0100 |
commit | 9e957d0ac900b845468a42ed1b2192d5b10b5753 (patch) | |
tree | b639aeee1878a206b9ac376cca0fc2107821eb9f /build | |
parent | 5f8f29508fd73a76194b0ad6b574320455d80408 (diff) | |
download | nextcloud-server-9e957d0ac900b845468a42ed1b2192d5b10b5753.tar.gz nextcloud-server-9e957d0ac900b845468a42ed1b2192d5b10b5753.zip |
Adjust integration test
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 acfeb0e611f..4ce32654ba4 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' | + | Content-Security-Policy | default-src 'none';base-uri 'none' | Scenario: Creating a share with a group Given user "user0" exists |