Skip to content

Commit

Permalink
header parameter added
Browse files Browse the repository at this point in the history
  • Loading branch information
jasson99 committed Mar 4, 2020
1 parent ba3fe55 commit 88db0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/features/bootstrap/Sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ public function extractLastSharedIdFromLastResponse() {
*/
public function getShareData($user, $share_id, $language) {
$url = $this->getSharesEndpointPath("/$share_id");
$headers = [];
if ($language !== null) {
$headers['Accept-Language'] = $language;
}
Expand Down

0 comments on commit 88db0ef

Please sign in to comment.