Skip to content

Commit

Permalink
Merge pull request #14042 from nextcloud/automated/noid/main-update-n…
Browse files Browse the repository at this point in the history
…extcloud-ocp

[main] Update nextcloud/ocp dependency
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
2 parents a72bcd1 + 09c959d commit 119b42d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/integration/features/bootstrap/SharingContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,9 @@ private function loggingInUsingWebAs(string $user) {
'requesttoken' => $requestToken,
],
'cookies' => $cookieJar,
'headers' => [
'Origin' => $this->baseUrl,
],
]
);
$requestToken = $this->extractRequestTokenFromResponse($response);
Expand Down

0 comments on commit 119b42d

Please sign in to comment.