update rest suite & default.properties

This commit is contained in:
Paul Brodner
2017-01-18 12:43:41 +02:00
parent 9ec4fcc3b3
commit e7170127ff
2 changed files with 11 additions and 8 deletions
@@ -13,7 +13,7 @@ import org.testng.annotations.Test;
public class AuthTests extends RestTest
{
@TestRail(section = { TestGroup.REST_API, TestGroup.AUTH }, executionType = ExecutionType.SANITY, description = "Verify TICKET is returned on admin user")
@Test(groups = { TestGroup.REST_API, TestGroup.SANITY })
@Test(groups = { TestGroup.REST_API, TestGroup.SANITY, TestGroup.AUTH })
public void adminShouldGetTicketBody() throws JsonToModelConversionException, Exception
{
RestTicketBodyModel ticketBody = new RestTicketBodyModel();