From f9bc53146d482c5b4764ad972349740dbc8aca6c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 28 Mar 2017 18:44:15 -0600 Subject: Fix unit tests Signed-off-by: Morris Jobke --- build/integration/features/sharing-v1.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration/features/sharing-v1.feature') 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 -- cgit v1.2.3