mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
update rest suite & default.properties
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user