mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-07 03:17:05 +08:00
tests: reset config changes in test_deny_nodes when finished testing
This commit is contained in:
parent
4e7d63761a
commit
6f0f53849b
@ -293,3 +293,7 @@ def test_deny_nodes(patch_rootdir):
|
||||
assert has_integer
|
||||
assert has_string
|
||||
assert not has_float
|
||||
|
||||
# Reset the config so that it doesn't affect other tests
|
||||
get_config.cache_clear()
|
||||
BaseInvocation.invalidate_typeadapter()
|
||||
|
Loading…
Reference in New Issue
Block a user