Skip to content

Commit

Permalink
ci(docker): Update error code in e2e test (#888)
Browse files Browse the repository at this point in the history
Update error code in e2e test

Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar authored Oct 14, 2024
1 parent 3d36e57 commit 216a110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kedro-docker/features/docker.feature
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Feature: Docker commands in new projects

Scenario: Execute docker run target without building image
When I execute the kedro command "docker run"
Then I should get a successful exit code
Then I should get an error exit code
And Standard output should contain a message including "Error: Unable to find image `project-dummy` locally."

Scenario: Execute docker dive target
Expand All @@ -118,5 +118,5 @@ Feature: Docker commands in new projects

Scenario: Execute docker dive without building image
When I execute the kedro command "docker dive"
Then I should get a successful exit code
Then I should get an error exit code
And Standard output should contain a message including "Error: Unable to find image `project-dummy` locally."

0 comments on commit 216a110

Please sign in to comment.