mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
[TEST] Fix IndexLookupTests.testCallWithDifferentFlagsFails.
This commit is contained in:
parent
309a284e8d
commit
e76eb228b2
@ -181,7 +181,7 @@ public class IndexLookupTests extends ElasticsearchIntegrationTest {
|
||||
"got: " + e.getDetailedMessage(),
|
||||
e.getDetailedMessage()
|
||||
.indexOf(
|
||||
"You must call get with all required flags! Instead of _index['int_payload_field'].get('b', _FREQUENCIES) and _index['int_payload_field'].get('b', _POSITIONS) call _index['int_payload_field'].get('b', _FREQUENCIES | _POSITIONS) once]; "),
|
||||
"You must call get with all required flags! Instead of _index['int_payload_field'].get('b', _FREQUENCIES) and _index['int_payload_field'].get('b', _POSITIONS) call _index['int_payload_field'].get('b', _FREQUENCIES | _POSITIONS) once]"),
|
||||
Matchers.greaterThan(-1));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user