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
@@ -52,9 +52,7 @@ def test_retry_failed_run_moves_to_pending_and_audits(ops_client):
def test_retry_requires_operations_manager(employee_client):
response = employee_client.post(
"/api/v1/workflows/00000000-0000-4000-8000-000000000020/retry"
)
response = employee_client.post("/api/v1/workflows/00000000-0000-4000-8000-000000000020/retry")
assert response.status_code == 403