Skip to content

Commit

Permalink
Return approval state in API response
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Jul 1, 2024
1 parent 946dfed commit 5f2a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EntryPoints/REST/UnapprovePageApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testUnapprovePageHappyPath(): void {

$response = $this->executeHandler(
$this->newUnapprovePageApi(),
$this->createValidRequestData( $page->getId() ),
$this->createValidRequestData( $page->getRevisionRecord()->getId() ),
authority: $user->getAuthority()
);

Expand Down

0 comments on commit 5f2a4c0

Please sign in to comment.