add test description

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-07-18 13:05:38 +02:00
parent 0c2604d1a1
commit ecf59fd0b6

View File

@@ -31,7 +31,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
public class SystemManagementTest extends AbstractJpaIntegrationTestWithMongoDB {
@Test
@Description("Micha TODO!")
@Description("Ensures that you can create a tenant without setting the necessary security context which holds a current tenant")
public void createInitialTenantWithoutSecurityContext() {
securityRule.clear();
final String tenantToBeCreated = "newTenantToCreate";