Skip to content

Commit

Permalink
break pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 2, 2024
1 parent e756bd5 commit 415ecdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def test_use_init(patch_rootdir):
# sys.argv respectively.
from invokeai.app.services.config import InvokeAIAppConfig

raise ValueError("boom")

conf1 = InvokeAIAppConfig.get_config()
assert conf1
conf1.parse_args(conf=init1, argv=[])
Expand Down

0 comments on commit 415ecdf

Please sign in to comment.