Test fix - Graph HLRC tests needed another field adding to randomisation exception list

Related to #33231
This commit is contained in:
markharwood 2018-08-29 15:19:26 +01:00
parent a5b34c75b0
commit e95c2afe3c
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ public class GraphExploreResponseTests extends AbstractXContentTestCase< GraphEx
@Override
protected String[] getShuffleFieldsExceptions() {
return new String[]{"vertices"};
return new String[]{"vertices", "connections"};
}
protected Predicate<String> getRandomFieldsExcludeFilterWhenResultHasErrors() {

View File

@ -89,7 +89,7 @@ public class GraphExploreResponseTests extends AbstractXContentTestCase< GraphEx
@Override
protected String[] getShuffleFieldsExceptions() {
return new String[]{"vertices"};
return new String[]{"vertices", "connections"};
}
protected Predicate<String> getRandomFieldsExcludeFilterWhenResultHasErrors() {