We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e718bcb commit 46cfbe8Copy full SHA for 46cfbe8
tests/features/steps/2_image_commands.py
@@ -47,7 +47,7 @@ def step_log_in(context, user, email, password):
47
"""
48
Send "login" command.
49
50
- context.cli.sendline('login -u {} -p {}'.format(user, password))
+ context.cli.sendline('login -u {0} -p {1}'.format(user, password))
51
52
53
@then('we see login success')
0 commit comments