Fix compilation after MNT-19952 changes

This commit is contained in:
Alex Mukha
2018-11-05 13:20:25 +00:00
parent a2fbc0943a
commit ac16b4a962
@@ -142,7 +142,7 @@ public class SearchTest extends AbstractSearchTest
@Test(groups = { TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ACS_61n })
@TestRail(section = {TestGroup.REST_API, TestGroup.SEARCH, TestGroup.ACS_61n }, executionType = ExecutionType.REGRESSION,
description = "Checks the \"include\" request parameter does not support the 'notValid' option")
public void searchQuery_includeInvalid_shouldReturnBadResponse()
public void searchQuery_includeInvalid_shouldReturnBadResponse() throws Exception
{
String query = "fox";
String notValidInclude = "notValid";