test(FN-4332): align notifier defaults with legacy failure behavior

Fusion-Task-Id: FN-4332
Fusion-Task-Lineage: c920ac71-906b-458d-b496-1b60540b58f3
This commit is contained in:
Fusion
2026-05-13 14:57:27 -07:00
committed by gsxdsm
parent 7bc58d20e7
commit c9e8e7a350

View File

@@ -39,6 +39,8 @@ class MockTaskStore extends EventEmitter<MockTaskStoreEvents> {
autoMerge: true,
ntfyEnabled: false,
ntfyTopic: undefined,
failureNotificationMode: "all",
failureNotificationDelayMs: 0,
};
getSettings(): Settings {