Skip to content

Commit 46cfbe8

Browse files
committed
Fix for 2.6.
1 parent e718bcb commit 46cfbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/steps/2_image_commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def step_log_in(context, user, email, password):
4747
"""
4848
Send "login" command.
4949
"""
50-
context.cli.sendline('login -u {} -p {}'.format(user, password))
50+
context.cli.sendline('login -u {0} -p {1}'.format(user, password))
5151

5252

5353
@then('we see login success')

0 commit comments

Comments
 (0)