test(ci): align cs1 durable receipt fixture
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m21s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m21s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -161,6 +161,8 @@ async def test_webhook_router_writes_queue_receipt_without_side_effect(
|
||||
assert handoff["queued"] is True
|
||||
assert handoff["side_effect_performed"] is False
|
||||
assert handoff["execution_priority"] == 30
|
||||
assert handoff["dispatch_receipt"]["queue_accepted"] is True
|
||||
assert handoff["dispatch_receipt"]["dispatch_identity_matched"] is True
|
||||
queue.assert_not_awaited()
|
||||
bridge.assert_awaited_once()
|
||||
expected_fingerprint = hashlib.sha256(
|
||||
|
||||
Reference in New Issue
Block a user