Skip to content

Commit

Permalink
deleted vardump line
Browse files Browse the repository at this point in the history
  • Loading branch information
KarunAtreya committed Oct 2, 2023
1 parent 63653f1 commit 037ed09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/acceptance/features/bootstrap/Sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,6 @@ public function userGetsTheLastShareSharedWithHimUsingTheSharingApi(string $user
$user = $this->getActualUsername($user);
$shareId = (string) $this->getLastCreatedPublicShare()->id;
$response = $this->getShareData($user, $shareId);
var_dump($response->getBody()->getContents());
$this->checkFields($user, $table, $response);
}

Expand Down

0 comments on commit 037ed09

Please sign in to comment.