Skip to content

Commit

Permalink
Error message
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
ankatiyar committed Aug 27, 2024
1 parent b50de1c commit b0c8f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-docker/features/steps/cli_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def check_status_code(context):
print(context.result.stderr)
assert (
False
), f"Expected exit code {OK_EXIT_CODE} but got {context.result.returncode}"
), f"Expected exit code /= {OK_EXIT_CODE} but got {context.result.returncode}"


@then("I should get an error exit code")
Expand Down

0 comments on commit b0c8f7a

Please sign in to comment.