We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fe35e commit b4c28eeCopy full SHA for b4c28ee
test/suites/test_schema.py
@@ -456,7 +456,7 @@ def test_07_schema_version_update(self):
456
457
def _run_test_schema_fetch_disable(self, con, mode=None):
458
# Enable SQL test case for tarantool 2.* and higher.
459
- if int(self.srv.admin.tnt_version.__str__()[0]) > 1:
+ if int(str(self.srv.admin.tnt_version)[0]) > 1:
460
self.testing_methods['available']['execute'] = {
461
'input': ['SELECT * FROM "tester"'],
462
'output': [[1, None]],
0 commit comments