Refactor permissions (#2544)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-07-11 16:50:01 +03:00
committed by GitHub
parent 7ffd64c6da
commit c3fdd9fcc8
6 changed files with 67 additions and 263 deletions

View File

@@ -78,8 +78,9 @@ import org.springframework.test.web.servlet.ResultMatcher;
* Feature: Component Tests - Management API<br/>
* Story: Rollout Resource
*/
@TestPropertySource(locations = "classpath:/mgmt-test.properties", properties = {
"hawkbit.server.repository.dynamicRolloutsMinInvolvePeriodMS=-1" })
@TestPropertySource(
locations = "classpath:/mgmt-test.properties",
properties = { "hawkbit.server.repository.dynamicRolloutsMinInvolvePeriodMS=-1" })
class MgmtRolloutResourceTest extends AbstractManagementApiIntegrationTest {
private static final String HREF_ROLLOUT_PREFIX = "http://localhost/rest/v1/rollouts/";