M21: add optional organisation identity

This commit is contained in:
NuklearRabbit
2026-08-10 15:35:25 +02:00
parent 509cb95110
commit c3f1cfc699
38 changed files with 563 additions and 110 deletions
+1 -3
View File
@@ -56,9 +56,7 @@ def test_seed_demo_scenarios_present():
assert duplicate_issue is not None
assert duplicate_issue.rule_type == "possible_duplicate_customer"
failed_run = db.scalar(
select(OutboxEvent).where(OutboxEvent.delivery_status == "failed")
)
failed_run = db.scalar(select(OutboxEvent).where(OutboxEvent.delivery_status == "failed"))
assert failed_run is not None
finally:
db.close()