Skip to content

Commit

Permalink
test: fix missing origin header for login
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 23, 2024
1 parent fdbc39c commit 09c959d
Showing 1 changed file with 3 additions and 0 deletions.
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 09c959d

Please sign in to comment.