mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-14 05:57:23 +02:00
once invalid value causes other to fail too
This commit is contained in:
@@ -132,6 +132,7 @@ def test_set_state(test_client : TestClient) -> None:
|
||||
})
|
||||
set_state_body = set_state_response.json()
|
||||
|
||||
assert set_state_body.get('execution_providers') is None
|
||||
assert set_state_body.get('invalid') is None
|
||||
assert set_state_response.status_code == 400
|
||||
|
||||
|
||||
Reference in New Issue
Block a user