mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-19 17:41:53 +00:00
Update tests/test_cookiecutter_generation.py
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
parent
9fffafc095
commit
4f8834c0eb
1 changed files with 2 additions and 1 deletions
|
|
@ -169,4 +169,5 @@ def test_no_whitenoise_and_no_cloud_provider(cookies, context):
|
|||
context.update({"use_whitenoise": "n", "cloud_provider": "None"})
|
||||
result = cookies.bake(extra_context=context)
|
||||
|
||||
assert result.exit_code == 1
|
||||
assert result.exit_code != 0
|
||||
assert isinstance(result.exception, FailedHookException)
|
||||
|
|
|
|||
Loading…
Reference in a new issue