once invalid value causes other to fail too

This commit is contained in:
henryruhs
2026-04-06 20:42:26 +02:00
parent 47b703f4f5
commit 6e7bcb599a
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -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