Skip to content

Commit e84c120

Browse files
committed
fix test for 2x
1 parent 416b709 commit e84c120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ async def func():
228228
# Changing scheme
229229
try:
230230
conn = await asynctnt.connect(host=self.tnt.host,
231-
port=self.tnt.port)
231+
port=self.tnt.port,
232+
username='t1', password='t1')
232233
async with conn:
233234
await conn.eval(
234235
"s = box.schema.create_space('spacex');"

0 commit comments

Comments
 (0)