Skip to content

Commit

Permalink
publish test role
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Sep 30, 2024
1 parent ade31e0 commit 29f5f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/Functional/RoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ private function createAndPublishRole($identifier)
$href = $response->getHeader('Location')[0];

$this->sendHttpRequest(
$this->createHttpRequest('PUBLISH', $href)
$this->createHttpRequest('PUBLISH', $href . '/draft')
);

$this->addCreatedElement($href);
Expand Down

0 comments on commit 29f5f0a

Please sign in to comment.