Skip to content

Commit

Permalink
fix test for 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Jan 5, 2019
1 parent 416b709 commit e84c120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ async def func():
# Changing scheme
try:
conn = await asynctnt.connect(host=self.tnt.host,
port=self.tnt.port)
port=self.tnt.port,
username='t1', password='t1')
async with conn:
await conn.eval(
"s = box.schema.create_space('spacex');"
Expand Down

0 comments on commit e84c120

Please sign in to comment.