diff --git a/composer.lock b/composer.lock index 9303a886547..5080fe038ca 100644 --- a/composer.lock +++ b/composer.lock @@ -306,12 +306,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "a953c9a7eecc888d747b53ce3f08aafb119e483f" + "reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/a953c9a7eecc888d747b53ce3f08aafb119e483f", - "reference": "a953c9a7eecc888d747b53ce3f08aafb119e483f", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/15a749fe867b97ae5e699a3ce9e1d50a792c1777", + "reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777", "shasum": "" }, "require": { @@ -347,7 +347,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2024-12-11T00:48:24+00:00" + "time": "2024-12-21T00:43:01+00:00" }, { "name": "psr/clock", diff --git a/tests/integration/features/bootstrap/SharingContext.php b/tests/integration/features/bootstrap/SharingContext.php index ee113c09c03..a11deb950f4 100644 --- a/tests/integration/features/bootstrap/SharingContext.php +++ b/tests/integration/features/bootstrap/SharingContext.php @@ -951,6 +951,9 @@ private function loggingInUsingWebAs(string $user) { 'requesttoken' => $requestToken, ], 'cookies' => $cookieJar, + 'headers' => [ + 'Origin' => $this->baseUrl, + ], ] ); $requestToken = $this->extractRequestTokenFromResponse($response);