Test fix - Graph HLRC tests needed another field adding to randomisation exception list
Related to #33231
This commit is contained in:
parent
a5b34c75b0
commit
e95c2afe3c
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue