Skip to content

Commit fe2a37a

Browse files
committed
Leftover print.
Thanks robhudson!
1 parent cfdb943 commit fe2a37a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_elasticsearch_dsl/test_integration/test_fields.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
def test_search_can_be_limited_to_fields(data_client):
44
s = Search(using=data_client).index('git').doc_type('repos').fields('organization')
5-
print(s.to_dict())
6-
75
response = s.execute()
86

97
assert response.hits.total == 1

0 commit comments

Comments
 (0)