Skip to content

Commit

Permalink
update M/R search integration tests
Browse files Browse the repository at this point in the history
relates to elastic#9
  • Loading branch information
costin committed Jan 17, 2014
1 parent d05788c commit 2708cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -42,7 +42,7 @@ public class MRNewApiSearchTest {

@Parameters
public static Collection<Object[]> queries() {
return QueryTestParams.params();
return QueryTestParams.jsonParams();
}

private final String query;
Expand Down
Expand Up @@ -42,7 +42,7 @@ public class MROldApiSearchTest {

@Parameters
public static Collection<Object[]> queries() {
return QueryTestParams.params();
return QueryTestParams.jsonParams();
}

private final String query;
Expand Down

0 comments on commit 2708cca

Please sign in to comment.