Skip to content

Commit 3f2d2e1

Browse files
committed
Updated tests
1 parent af6182b commit 3f2d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def test_manual(self):
3434
utilsApi = manticoresearch.UtilsApi(client)
3535
await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
3636

37-
37+
async with manticoresearch.ApiClient(self.configuration) as client:
3838
utilsApi = manticoresearch.UtilsApi(client)
3939
await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
4040

0 commit comments

Comments
 (0)