fix(v2): scope and redact execution events
This commit is contained in:
@@ -115,9 +115,7 @@ async def test_local_source_probe_archive_and_repository_targeted_job(
|
||||
await client.get(f"/api/v2/executions/{execution_id}", headers=token_headers)
|
||||
).status_code == 403
|
||||
assert (
|
||||
await client.post(
|
||||
f"/api/v2/executions/{execution_id}/cancel", headers=token_headers
|
||||
)
|
||||
await client.post(f"/api/v2/executions/{execution_id}/cancel", headers=token_headers)
|
||||
).status_code == 403
|
||||
async with app.state.sessions() as db:
|
||||
assert await claim(db, execution_id, "expired-worker") is not None
|
||||
|
||||
Reference in New Issue
Block a user