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 af6182b commit 3f2d2e1Copy full SHA for 3f2d2e1
test/test_manual.py
@@ -34,7 +34,7 @@ async def test_manual(self):
34
utilsApi = manticoresearch.UtilsApi(client)
35
await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
36
37
-
+ async with manticoresearch.ApiClient(self.configuration) as client:
38
39
await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
40
0 commit comments