We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf500e0 commit 95fe35eCopy full SHA for 95fe35e
test/suites/test_schema.py
@@ -131,6 +131,7 @@ def setUpClass(cls):
131
box.space.constr_tester_2:create_index('I1', { parts = {'id'} })
132
box.space.constr_tester_2:create_index('I2', { parts = {'table1_id'} })
133
""")
134
+ cls.encoding = None
135
136
def setUp(self):
137
# prevent a remote tarantool from clean our session
0 commit comments