Skip to content

Commit d9863fa

Browse files
authored
Update tests/test_cli_deploy.py
1 parent 23020af commit d9863fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cli_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def test_shows_error_when_deployment_build_fails(
397397

398398
assert "Something went wrong" in result.stdout
399399

400-
assert result.exit_code != 0
400+
assert result.exit_code == 1
401401

402402

403403
@pytest.mark.respx(base_url=settings.base_api_url)

0 commit comments

Comments
 (0)