Skip to content

Commit

Permalink
Merge pull request #5 from luiscastilho/fix_tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
0mars authored Sep 16, 2020
2 parents db2109d + d76b1b8 commit f79580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_query_must_not_by_ids():
def test_filter_must_terms_must_not_ids():
raw_query = {
'query': {
'filtered': {
'bool': {
'filter': {
'bool': {
'must': [
Expand Down

0 comments on commit f79580a

Please sign in to comment.