Skip to content

Commit c24f410

Browse files
committed
Fixed tests
1 parent 9f60a37 commit c24f410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_manual.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
class TestManualApi(IsolatedAsyncioTestCase):
2121

2222
def setUp(self):
23-
configuration = manticoresearch.Configuration(
24-
host = "http://localhost:9408"
25-
)
23+
configuration = manticoresearch.Configuration(
24+
host = "http://localhost:9408"
25+
)
2626
self.client = manticoresearch.ApiClient(configuration)
2727

2828
def tearDown(self):

0 commit comments

Comments
 (0)