Added a failing unicode test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from . import ElasticsearchTestCase
|
||||
|
||||
class TestUnicode(ElasticsearchTestCase):
|
||||
def test_indices_analyze(self):
|
||||
self.client.indices.analyze(body='привет')
|
||||
Reference in New Issue
Block a user