fix: verify and preview generated test images
This commit is contained in:
@@ -76,7 +76,7 @@ def test_readiness_requires_configuration_and_successful_tests(tmp_path: Path) -
|
||||
)
|
||||
assert store.public_response().readiness.ready is False
|
||||
|
||||
for target in ("infrastructure", "storage", "model:planner", "model:designer"):
|
||||
for target in ("infrastructure", "storage", "model:planner", "model:designer", "generation:designer"):
|
||||
store.record_test(RuntimeSettingsTestResult(target=target, ok=True, message="ok"))
|
||||
|
||||
assert store.public_response().readiness.ready is True
|
||||
|
||||
Reference in New Issue
Block a user