From 29f5f0a3f4939b0bbb8f3d90b0c979aafad9e176 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Mon, 30 Sep 2024 12:33:51 +0200 Subject: [PATCH] publish test role --- tests/bundle/Functional/RoleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bundle/Functional/RoleTest.php b/tests/bundle/Functional/RoleTest.php index 46cf2fd9..f75ec0fe 100644 --- a/tests/bundle/Functional/RoleTest.php +++ b/tests/bundle/Functional/RoleTest.php @@ -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);