Skip to content

Commit 7aedbdf

Browse files
fix arg
1 parent f155da6 commit 7aedbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarantool/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ def authenticate(self, user, password):
13541354
salt=self._salt,
13551355
user=self.user,
13561356
password=self.password,
1357-
type=self._get_auth_type())
1357+
auth_type=self._get_auth_type())
13581358
auth_response = self._send_request_wo_reconnect(request)
13591359
if auth_response.return_code == 0:
13601360
self.flush_schema()

0 commit comments

Comments
 (0)