From 9e957d0ac900b845468a42ed1b2192d5b10b5753 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Thu, 16 Mar 2017 20:51:40 +0100
Subject: [PATCH] Adjust integration test

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
---
 build/integration/features/sharing-v1.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab