mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: ruff
This commit is contained in:
parent
06e51b582f
commit
eb15a7516f
@ -293,6 +293,7 @@ def test_other_error_during_install(
|
||||
) -> None:
|
||||
def raise_runtime_error(*args, **kwargs):
|
||||
raise RuntimeError("Test error")
|
||||
|
||||
monkeypatch.setattr(
|
||||
"invokeai.app.services.model_install.model_install_default.ModelInstallService._register_or_install",
|
||||
raise_runtime_error,
|
||||
|
Loading…
Reference in New Issue
Block a user