continue tidying

This commit is contained in:
Your Name
2026-04-09 18:04:33 +00:00
parent 264fffbe81
commit 2f8ea41aeb
10 changed files with 7 additions and 57 deletions
@@ -36,7 +36,6 @@ describe('System Lifecycle Golden Tests', () => {
pipelines: [
{
name: 'Pressure Relief', // Emits from eventBus 'retained_exceeded'
execution: 'background',
triggers: ['retained_exceeded'],
processors: [
{ processorId: 'BlobDegradationProcessor' },
@@ -49,7 +48,6 @@ describe('System Lifecycle Golden Tests', () => {
},
{
name: 'Immediate Sanitization', // The magic string the projector is hardcoded to use
execution: 'blocking',
triggers: ['retained_exceeded'],
processors: [
{ processorId: 'HistoryTruncationProcessor', options: {} },