Skip to content

Commit

Permalink
Add var dump
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis531 committed Jan 13, 2025
1 parent 4caa0f6 commit c6cfc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/VideoCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public function testVideoAcl(ApiTester $I)
$I->amHttpAuthenticated($this->opencast_admin_user, $this->opencast_admin_password);

$response = $I->sendGetAsJson($this->opencast_url . '/api/events/' . $this->video['identifier'] . '/acl');
var_dump($response);
$I->seeResponseContainsJson([
['allow' => true, 'role' => $this->video['identifier'] . '_read', 'action' => 'read'],
['allow' => true, 'role' => $this->video['identifier'] . '_write', 'action' => 'read'],
Expand Down

0 comments on commit c6cfc36

Please sign in to comment.