Sonar findings - RolloutManagementTest fix no assert (#1999)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -1913,9 +1913,10 @@ class RolloutManagementTest extends AbstractJpaIntegrationTest {
|
|||||||
@Test
|
@Test
|
||||||
@Description("Creating a rollout with a weight causes an error when multi assignment in disabled.")
|
@Description("Creating a rollout with a weight causes an error when multi assignment in disabled.")
|
||||||
void weightAllowedWhenMultiAssignmentModeNotEnabled() {
|
void weightAllowedWhenMultiAssignmentModeNotEnabled() {
|
||||||
testdataFactory.createSimpleTestRolloutWithTargetsAndDistributionSet(10, 10, 2, "50",
|
assertThat(
|
||||||
"80",
|
testdataFactory.createSimpleTestRolloutWithTargetsAndDistributionSet(
|
||||||
ActionType.FORCED, 66);
|
10, 10, 2, "50", "80", ActionType.FORCED, 66))
|
||||||
|
.isNotNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user