From c807d8116dd3a7105f02d37ad6c7d53055c5840f Mon Sep 17 00:00:00 2001 From: James Date: Wed, 24 Jun 2026 20:28:53 -0700 Subject: [PATCH] notifications: remove stale alert_notifications snapshot files The crate was renamed from alert_notifications to notifications, so insta now writes and reads snapshots under the notifications__tests__ prefix. The 16 alert_notifications__tests__*.snap files are dead duplicates that no current test references. Verified: cargo test --manifest-path crates/notifications/Cargo.toml passes (25 tests) with them removed. --- ...ests__auto_discover_failed_fired_body.snap | 59 -------------- ...s__auto_discover_failed_resolved_body.snap | 58 -------------- ...sts__data_movement_stalled_fired_body.snap | 52 ------------- ...__data_movement_stalled_resolved_body.snap | 52 ------------- ..._free_trial_ending_fired_with_cc_body.snap | 52 ------------- ...ee_trial_ending_fired_without_cc_body.snap | 52 ------------- ..._tests__free_trial_fired_with_cc_body.snap | 51 ------------- ...sts__free_trial_fired_without_cc_body.snap | 53 ------------- ...sts__free_trial_resolved_with_cc_body.snap | 53 ------------- ...__free_trial_resolved_without_cc_body.snap | 53 ------------- ..._tests__free_trial_stalled_fired_body.snap | 54 ------------- ...sts__free_trial_stalled_resolved_body.snap | 54 ------------- ...yment_method_resolved_free_trial_body.snap | 76 ------------------- ...ing_payment_method_resolved_paid_body.snap | 76 ------------------- ...tions__tests__shard_failed_fired_body.snap | 59 -------------- ...ns__tests__shard_failed_resolved_body.snap | 58 -------------- 16 files changed, 912 deletions(-) delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_fired_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_resolved_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_fired_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_resolved_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_with_cc_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_without_cc_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_with_cc_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_without_cc_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_with_cc_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_without_cc_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_fired_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_resolved_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_free_trial_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_paid_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_fired_body.snap delete mode 100644 crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_resolved_body.snap diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_fired_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_fired_body.snap deleted file mode 100644 index 3c2433f7876..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_fired_body.snap +++ /dev/null @@ -1,59 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_resolved_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_resolved_body.snap deleted file mode 100644 index 73f28aa3ef2..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__auto_discover_failed_resolved_body.snap +++ /dev/null @@ -1,58 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_fired_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_fired_body.snap deleted file mode 100644 index f6aba5ff1f8..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_fired_body.snap +++ /dev/null @@ -1,52 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_resolved_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_resolved_body.snap deleted file mode 100644 index 34c466532d4..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__data_movement_stalled_resolved_body.snap +++ /dev/null @@ -1,52 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_with_cc_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_with_cc_body.snap deleted file mode 100644 index 85bb684270a..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_with_cc_body.snap +++ /dev/null @@ -1,52 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_without_cc_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_without_cc_body.snap deleted file mode 100644 index 51f622aea81..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_ending_fired_without_cc_body.snap +++ /dev/null @@ -1,52 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_with_cc_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_with_cc_body.snap deleted file mode 100644 index ee07ead1fad..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_with_cc_body.snap +++ /dev/null @@ -1,51 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_without_cc_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_without_cc_body.snap deleted file mode 100644 index 3b742f55a87..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_fired_without_cc_body.snap +++ /dev/null @@ -1,53 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_with_cc_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_with_cc_body.snap deleted file mode 100644 index a32debd7711..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_with_cc_body.snap +++ /dev/null @@ -1,53 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_without_cc_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_without_cc_body.snap deleted file mode 100644 index 7a9b7727803..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_resolved_without_cc_body.snap +++ /dev/null @@ -1,53 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_fired_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_fired_body.snap deleted file mode 100644 index ab105dc3637..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_fired_body.snap +++ /dev/null @@ -1,54 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_resolved_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_resolved_body.snap deleted file mode 100644 index c1abb79f25e..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__free_trial_stalled_resolved_body.snap +++ /dev/null @@ -1,54 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_free_trial_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_free_trial_body.snap deleted file mode 100644 index 9889f17ac15..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_free_trial_body.snap +++ /dev/null @@ -1,76 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_paid_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_paid_body.snap deleted file mode 100644 index e6172850532..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__missing_payment_method_resolved_paid_body.snap +++ /dev/null @@ -1,76 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_fired_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_fired_body.snap deleted file mode 100644 index 5ac7ef7df73..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_fired_body.snap +++ /dev/null @@ -1,59 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- - diff --git a/crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_resolved_body.snap b/crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_resolved_body.snap deleted file mode 100644 index a0fb5a340cd..00000000000 --- a/crates/notifications/src/snapshots/alert_notifications__tests__shard_failed_resolved_body.snap +++ /dev/null @@ -1,58 +0,0 @@ ---- -source: crates/alert-notifications/src/lib.rs -expression: email.body ---- - - - - - - - - -
- -
- -
- -