From 22a8579bdabd3df3d9636bd2c115d9d4cfadd1fc Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Fri, 31 Jul 2026 16:28:39 -0700 Subject: [PATCH] chore(issues): Remove obsolete HPKP/Expect-CT/Expect-Staple tests Refs getsentry/relay#6230 Refs #119638 Refs #119685 --- .../snapshots/test_expectct/test_basic.pysnap | 28 ---------- .../test_expectstaple/test_basic.pysnap | 25 --------- .../event_manager/interfaces/test_expectct.py | 56 ------------------- .../interfaces/test_expectstaple.py | 56 ------------------- .../grouping/grouping_inputs/expectct.json | 35 ------------ .../sentry/grouping/grouping_inputs/hpkp.json | 29 ---------- .../newstyle@2023_01_11/expectct.pysnap | 31 ---------- .../newstyle@2023_01_11/hpkp.pysnap | 31 ---------- .../newstyle@2026_01_20/expectct.pysnap | 31 ---------- .../newstyle@2026_01_20/hpkp.pysnap | 31 ---------- .../newstyle@2023_01_11/expectct.pysnap | 50 ----------------- .../newstyle@2023_01_11/hpkp.pysnap | 50 ----------------- .../newstyle@2026_01_20/expectct.pysnap | 50 ----------------- .../newstyle@2026_01_20/hpkp.pysnap | 50 ----------------- .../newstyle@2023_01_11/expectct.pysnap | 14 ----- .../newstyle@2023_01_11/hpkp.pysnap | 14 ----- .../newstyle@2026_01_20/expectct.pysnap | 14 ----- .../newstyle@2026_01_20/hpkp.pysnap | 14 ----- 18 files changed, 609 deletions(-) delete mode 100644 tests/sentry/event_manager/interfaces/snapshots/test_expectct/test_basic.pysnap delete mode 100644 tests/sentry/event_manager/interfaces/snapshots/test_expectstaple/test_basic.pysnap delete mode 100644 tests/sentry/event_manager/interfaces/test_expectct.py delete mode 100644 tests/sentry/event_manager/interfaces/test_expectstaple.py delete mode 100644 tests/sentry/grouping/grouping_inputs/expectct.json delete mode 100644 tests/sentry/grouping/grouping_inputs/hpkp.json delete mode 100644 tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/expectct.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/hpkp.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/expectct.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/hpkp.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/expectct.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/hpkp.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/expectct.pysnap delete mode 100644 tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/hpkp.pysnap delete mode 100644 tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/expectct.pysnap delete mode 100644 tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/hpkp.pysnap delete mode 100644 tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/expectct.pysnap delete mode 100644 tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/hpkp.pysnap diff --git a/tests/sentry/event_manager/interfaces/snapshots/test_expectct/test_basic.pysnap b/tests/sentry/event_manager/interfaces/snapshots/test_expectct/test_basic.pysnap deleted file mode 100644 index c8ada254f4ab..000000000000 --- a/tests/sentry/event_manager/interfaces/snapshots/test_expectct/test_basic.pysnap +++ /dev/null @@ -1,28 +0,0 @@ ---- -created: '2020-10-13T11:56:18.763884Z' -creator: sentry -source: tests/sentry/event_manager/interfaces/test_expectct.py ---- -errors: null -metadata: - message: XXX EXPECTCT MESSAGE NOT THROUGH RELAY XXX - origin: www.example.com -title: XXX EXPECTCT MESSAGE NOT THROUGH RELAY XXX -to_json: - date_time: '2014-04-06T13:00:50Z' - effective_expiration_date: '2014-05-01T12:40:50Z' - hostname: www.example.com - port: 443 - scts: - - serialized_sct: ABCD== - source: embedded - status: invalid - version: 1 - served_certificate_chain: - - '-----BEGIN CERTIFICATE----- - - -----END CERTIFICATE-----' - validated_certificate_chain: - - '-----BEGIN CERTIFICATE----- - - -----END CERTIFICATE-----' diff --git a/tests/sentry/event_manager/interfaces/snapshots/test_expectstaple/test_basic.pysnap b/tests/sentry/event_manager/interfaces/snapshots/test_expectstaple/test_basic.pysnap deleted file mode 100644 index 6e32a85fea8d..000000000000 --- a/tests/sentry/event_manager/interfaces/snapshots/test_expectstaple/test_basic.pysnap +++ /dev/null @@ -1,25 +0,0 @@ ---- -created: '2020-10-13T11:56:18.783515Z' -creator: sentry -source: tests/sentry/event_manager/interfaces/test_expectstaple.py ---- -errors: null -metadata: - message: XXX EXPECTSTAPLE MESSAGE NOT THROUGH RELAY XXX - origin: www.example.com -title: XXX EXPECTSTAPLE MESSAGE NOT THROUGH RELAY XXX -to_json: - cert_status: REVOKED - date_time: '2014-04-06T13:00:50Z' - effective_expiration_date: '2014-05-01T12:40:50Z' - hostname: www.example.com - port: 443 - response_status: ERROR_RESPONSE - served_certificate_chain: - - '-----BEGIN CERTIFICATE----- - - -----END CERTIFICATE-----' - validated_certificate_chain: - - '-----BEGIN CERTIFICATE----- - - -----END CERTIFICATE-----' diff --git a/tests/sentry/event_manager/interfaces/test_expectct.py b/tests/sentry/event_manager/interfaces/test_expectct.py deleted file mode 100644 index 0f47c3f103b7..000000000000 --- a/tests/sentry/event_manager/interfaces/test_expectct.py +++ /dev/null @@ -1,56 +0,0 @@ -from typing import Any - -import pytest - -from sentry.event_manager import EventManager, get_event_type, materialize_metadata -from sentry.services import eventstore -from sentry.testutils.pytest.fixtures import InstaSnapshotter -from tests.sentry.event_manager.interfaces import CustomSnapshotter as CustomSnapshotterBase - -SnapshotInput = dict[str, Any] -CustomSnapshotter = CustomSnapshotterBase[SnapshotInput] - - -@pytest.fixture -def make_expectct_snapshot(insta_snapshot: InstaSnapshotter) -> CustomSnapshotter: - def inner(data: SnapshotInput) -> None: - mgr = EventManager( - data={ - "expectct": data, - "logentry": {"message": "XXX EXPECTCT MESSAGE NOT THROUGH RELAY XXX"}, - } - ) - mgr.normalize() - event_data = mgr.get_data() - event_type = get_event_type(event_data) - event_metadata = event_type.get_metadata(event_data) - event_data.update(materialize_metadata(event_data, event_type, event_metadata)) - evt = eventstore.backend.create_event(project_id=1, data=event_data) - - interface = evt.interfaces.get("expectct") - - insta_snapshot( - { - "errors": evt.data.get("errors"), - "to_json": interface and interface.to_json(), - "metadata": evt.get_event_metadata(), - "title": evt.title, - } - ) - - return inner - - -interface_json = { - "date_time": "2014-04-06T13:00:50Z", - "hostname": "www.example.com", - "port": 443, - "effective_expiration_date": "2014-05-01T12:40:50Z", - "served_certificate_chain": ["-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----"], - "validated_certificate_chain": ["-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----"], - "scts": [{"status": "invalid", "source": "embedded", "serialized_sct": "ABCD==", "version": 1}], -} - - -def test_basic(make_expectct_snapshot: CustomSnapshotter) -> None: - make_expectct_snapshot(interface_json) diff --git a/tests/sentry/event_manager/interfaces/test_expectstaple.py b/tests/sentry/event_manager/interfaces/test_expectstaple.py deleted file mode 100644 index 57d5e56b18ac..000000000000 --- a/tests/sentry/event_manager/interfaces/test_expectstaple.py +++ /dev/null @@ -1,56 +0,0 @@ -from typing import Any - -import pytest - -from sentry.event_manager import EventManager, get_event_type, materialize_metadata -from sentry.services import eventstore -from sentry.testutils.pytest.fixtures import InstaSnapshotter -from tests.sentry.event_manager.interfaces import CustomSnapshotter as CustomSnapshotterBase - -SnapshotInput = dict[str, Any] -CustomSnapshotter = CustomSnapshotterBase[SnapshotInput] - - -@pytest.fixture -def make_csp_snapshot(insta_snapshot: InstaSnapshotter) -> CustomSnapshotter: - def inner(data: SnapshotInput) -> None: - mgr = EventManager( - data={ - "expectstaple": data, - "logentry": {"message": "XXX EXPECTSTAPLE MESSAGE NOT THROUGH RELAY XXX"}, - } - ) - mgr.normalize() - event_data = mgr.get_data() - event_type = get_event_type(event_data) - event_metadata = event_type.get_metadata(event_data) - event_data.update(materialize_metadata(event_data, event_type, event_metadata)) - evt = eventstore.backend.create_event(project_id=1, data=event_data) - expectstaple_interface = evt.interfaces.get("expectstaple") - assert expectstaple_interface is not None - insta_snapshot( - { - "errors": evt.data.get("errors"), - "to_json": expectstaple_interface.to_json(), - "metadata": evt.get_event_metadata(), - "title": evt.title, - } - ) - - return inner - - -interface_json = { - "date_time": "2014-04-06T13:00:50Z", - "hostname": "www.example.com", - "port": 443, - "response_status": "ERROR_RESPONSE", - "cert_status": "REVOKED", - "effective_expiration_date": "2014-05-01T12:40:50Z", - "served_certificate_chain": ["-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----"], - "validated_certificate_chain": ["-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----"], -} - - -def test_basic(make_csp_snapshot: CustomSnapshotter) -> None: - make_csp_snapshot(interface_json) diff --git a/tests/sentry/grouping/grouping_inputs/expectct.json b/tests/sentry/grouping/grouping_inputs/expectct.json deleted file mode 100644 index 3740c477b18b..000000000000 --- a/tests/sentry/grouping/grouping_inputs/expectct.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "expectct": { - "date_time": "2014-04-06T13:00:50Z", - "hostname": "example.com", - "port": 443, - "effective_expiration_date": "2014-05-01T12:40:50Z", - "served_certificate_chain": [ - "-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----" - ], - "validated_certificate_chain": [ - "-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----" - ], - "scts": [ - { - "version": 1, - "status": "invalid", - "source": "embedded", - "serialized_sct": "ABCD==" - } - ] - }, - "sentry.interfaces.Http": { - "url": "https://example.com/welcome/", - "headers": [ - ["Referer", "https://www.google.com/"], - [ - "User-Agent", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) coc_coc_browser/51.2.109 Chrome/45.2.2454.109 Safari/537.36 " - ] - ] - }, - "sentry.interfaces.User": { - "ip_address": "127.0.0.1" - } -} diff --git a/tests/sentry/grouping/grouping_inputs/hpkp.json b/tests/sentry/grouping/grouping_inputs/hpkp.json deleted file mode 100644 index 3506fe0d3f5f..000000000000 --- a/tests/sentry/grouping/grouping_inputs/hpkp.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "hpkp": { - "date_time": "2014-04-06T13:00:50Z", - "hostname": "example.com", - "port": 443, - "effective_expiration_date": "2014-05-01T12:40:50Z", - "include_subdomains": false, - "served_certificate_chain": [ - "-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----" - ], - "validated_certificate_chain": [ - "-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----" - ], - "known_pins": ["pin-sha256=\"E9CZ9INDbd+2eRQozYqqbQ2yXLVKB9+xcprMF+44U1g=\""] - }, - "sentry.interfaces.Http": { - "url": "https://example.com/welcome/", - "headers": [ - ["Referer", "https://www.google.com/"], - [ - "User-Agent", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) coc_coc_browser/51.2.109 Chrome/45.2.2454.109 Safari/537.36 " - ] - ] - }, - "sentry.interfaces.User": { - "ip_address": "127.0.0.1" - } -} diff --git a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/expectct.pysnap b/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/expectct.pysnap deleted file mode 100644 index 8666a9e7f970..000000000000 --- a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/expectct.pysnap +++ /dev/null @@ -1,31 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouphash_metadata.py::test_metadata_from_variants ---- -hash_basis: violation -hashing_metadata: { - "blocked_host": "example.com", - "security_report_type": "expect_ct" -} ---- -metrics with tags: { - "grouping.grouphashmetadata.event_hash_basis": { - "hash_basis": "violation", - "is_hybrid_fingerprint": "False" - }, - "grouping.grouphashmetadata.event_hashing_metadata.violation": { - "security_report_type": "expect_ct" - } -} ---- -contributing variants: - default* - hash: "3d2933f4b5ec459ec8d569a398fd328c" - contributing component: expect_ct - hint: None - root_component: - default* - expect_ct* - salt* (a static salt) - "expect-ct" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/hpkp.pysnap b/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/hpkp.pysnap deleted file mode 100644 index cc9d33885cfd..000000000000 --- a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2023_01_11/hpkp.pysnap +++ /dev/null @@ -1,31 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouphash_metadata.py::test_metadata_from_variants ---- -hash_basis: violation -hashing_metadata: { - "blocked_host": "example.com", - "security_report_type": "hpkp" -} ---- -metrics with tags: { - "grouping.grouphashmetadata.event_hash_basis": { - "hash_basis": "violation", - "is_hybrid_fingerprint": "False" - }, - "grouping.grouphashmetadata.event_hashing_metadata.violation": { - "security_report_type": "hpkp" - } -} ---- -contributing variants: - default* - hash: "1e37a374cb33572622d02ff7a6237c44" - contributing component: hpkp - hint: None - root_component: - default* - hpkp* - salt* (a static salt) - "hpkp" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/expectct.pysnap b/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/expectct.pysnap deleted file mode 100644 index 8666a9e7f970..000000000000 --- a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/expectct.pysnap +++ /dev/null @@ -1,31 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouphash_metadata.py::test_metadata_from_variants ---- -hash_basis: violation -hashing_metadata: { - "blocked_host": "example.com", - "security_report_type": "expect_ct" -} ---- -metrics with tags: { - "grouping.grouphashmetadata.event_hash_basis": { - "hash_basis": "violation", - "is_hybrid_fingerprint": "False" - }, - "grouping.grouphashmetadata.event_hashing_metadata.violation": { - "security_report_type": "expect_ct" - } -} ---- -contributing variants: - default* - hash: "3d2933f4b5ec459ec8d569a398fd328c" - contributing component: expect_ct - hint: None - root_component: - default* - expect_ct* - salt* (a static salt) - "expect-ct" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/hpkp.pysnap b/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/hpkp.pysnap deleted file mode 100644 index cc9d33885cfd..000000000000 --- a/tests/sentry/grouping/snapshots/grouphash_metadata/test_metadata_from_variants/newstyle@2026_01_20/hpkp.pysnap +++ /dev/null @@ -1,31 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouphash_metadata.py::test_metadata_from_variants ---- -hash_basis: violation -hashing_metadata: { - "blocked_host": "example.com", - "security_report_type": "hpkp" -} ---- -metrics with tags: { - "grouping.grouphashmetadata.event_hash_basis": { - "hash_basis": "violation", - "is_hybrid_fingerprint": "False" - }, - "grouping.grouphashmetadata.event_hashing_metadata.violation": { - "security_report_type": "hpkp" - } -} ---- -contributing variants: - default* - hash: "1e37a374cb33572622d02ff7a6237c44" - contributing component: hpkp - hint: None - root_component: - default* - hpkp* - salt* (a static salt) - "hpkp" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/expectct.pysnap b/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/expectct.pysnap deleted file mode 100644 index a1224269a428..000000000000 --- a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/expectct.pysnap +++ /dev/null @@ -1,50 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouping_info.py::test_grouping_info ---- -{ - "grouping_config": "newstyle:2023-01-11", - "variants": { - "expect_ct": { - "component": { - "contributes": true, - "hint": null, - "id": "default", - "name": null, - "values": [ - { - "contributes": true, - "hint": null, - "id": "expect_ct", - "name": null, - "values": [ - { - "contributes": true, - "hint": "a static salt", - "id": "salt", - "name": null, - "values": [ - "expect-ct" - ] - }, - { - "contributes": true, - "hint": null, - "id": "hostname", - "name": "hostname", - "values": [ - "example.com" - ] - } - ] - } - ] - }, - "contributes": true, - "description": "hostname", - "hash": "3d2933f4b5ec459ec8d569a398fd328c", - "hint": null, - "key": "expect_ct", - "type": "component" - } - } -} diff --git a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/hpkp.pysnap b/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/hpkp.pysnap deleted file mode 100644 index 7fc2d19a3151..000000000000 --- a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2023_01_11/hpkp.pysnap +++ /dev/null @@ -1,50 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouping_info.py::test_grouping_info ---- -{ - "grouping_config": "newstyle:2023-01-11", - "variants": { - "hpkp": { - "component": { - "contributes": true, - "hint": null, - "id": "default", - "name": null, - "values": [ - { - "contributes": true, - "hint": null, - "id": "hpkp", - "name": null, - "values": [ - { - "contributes": true, - "hint": "a static salt", - "id": "salt", - "name": null, - "values": [ - "hpkp" - ] - }, - { - "contributes": true, - "hint": null, - "id": "hostname", - "name": "hostname", - "values": [ - "example.com" - ] - } - ] - } - ] - }, - "contributes": true, - "description": "hostname", - "hash": "1e37a374cb33572622d02ff7a6237c44", - "hint": null, - "key": "hpkp", - "type": "component" - } - } -} diff --git a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/expectct.pysnap b/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/expectct.pysnap deleted file mode 100644 index d8d5674218bd..000000000000 --- a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/expectct.pysnap +++ /dev/null @@ -1,50 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouping_info.py::test_grouping_info ---- -{ - "grouping_config": "newstyle:2026-01-20", - "variants": { - "expect_ct": { - "component": { - "contributes": true, - "hint": null, - "id": "default", - "name": null, - "values": [ - { - "contributes": true, - "hint": null, - "id": "expect_ct", - "name": null, - "values": [ - { - "contributes": true, - "hint": "a static salt", - "id": "salt", - "name": null, - "values": [ - "expect-ct" - ] - }, - { - "contributes": true, - "hint": null, - "id": "hostname", - "name": "hostname", - "values": [ - "example.com" - ] - } - ] - } - ] - }, - "contributes": true, - "description": "hostname", - "hash": "3d2933f4b5ec459ec8d569a398fd328c", - "hint": null, - "key": "expect_ct", - "type": "component" - } - } -} diff --git a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/hpkp.pysnap b/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/hpkp.pysnap deleted file mode 100644 index 56e2af83bc59..000000000000 --- a/tests/sentry/grouping/snapshots/grouping_info/test_grouping_info/newstyle@2026_01_20/hpkp.pysnap +++ /dev/null @@ -1,50 +0,0 @@ ---- -source: tests/sentry/grouping/test_grouping_info.py::test_grouping_info ---- -{ - "grouping_config": "newstyle:2026-01-20", - "variants": { - "hpkp": { - "component": { - "contributes": true, - "hint": null, - "id": "default", - "name": null, - "values": [ - { - "contributes": true, - "hint": null, - "id": "hpkp", - "name": null, - "values": [ - { - "contributes": true, - "hint": "a static salt", - "id": "salt", - "name": null, - "values": [ - "hpkp" - ] - }, - { - "contributes": true, - "hint": null, - "id": "hostname", - "name": "hostname", - "values": [ - "example.com" - ] - } - ] - } - ] - }, - "contributes": true, - "description": "hostname", - "hash": "1e37a374cb33572622d02ff7a6237c44", - "hint": null, - "key": "hpkp", - "type": "component" - } - } -} diff --git a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/expectct.pysnap b/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/expectct.pysnap deleted file mode 100644 index 45f0e7ebbe40..000000000000 --- a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/expectct.pysnap +++ /dev/null @@ -1,14 +0,0 @@ ---- -source: tests/sentry/grouping/test_variants.py::test_variants ---- -default: - hash: "3d2933f4b5ec459ec8d569a398fd328c" - contributing component: expect_ct - hint: None - root_component: - default* - expect_ct* - salt* (a static salt) - "expect-ct" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/hpkp.pysnap b/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/hpkp.pysnap deleted file mode 100644 index 1c119aaca15f..000000000000 --- a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2023_01_11/hpkp.pysnap +++ /dev/null @@ -1,14 +0,0 @@ ---- -source: tests/sentry/grouping/test_variants.py::test_variants ---- -default: - hash: "1e37a374cb33572622d02ff7a6237c44" - contributing component: hpkp - hint: None - root_component: - default* - hpkp* - salt* (a static salt) - "hpkp" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/expectct.pysnap b/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/expectct.pysnap deleted file mode 100644 index 45f0e7ebbe40..000000000000 --- a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/expectct.pysnap +++ /dev/null @@ -1,14 +0,0 @@ ---- -source: tests/sentry/grouping/test_variants.py::test_variants ---- -default: - hash: "3d2933f4b5ec459ec8d569a398fd328c" - contributing component: expect_ct - hint: None - root_component: - default* - expect_ct* - salt* (a static salt) - "expect-ct" - hostname* - "example.com" diff --git a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/hpkp.pysnap b/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/hpkp.pysnap deleted file mode 100644 index 1c119aaca15f..000000000000 --- a/tests/sentry/grouping/snapshots/variants/test_variants/newstyle@2026_01_20/hpkp.pysnap +++ /dev/null @@ -1,14 +0,0 @@ ---- -source: tests/sentry/grouping/test_variants.py::test_variants ---- -default: - hash: "1e37a374cb33572622d02ff7a6237c44" - contributing component: hpkp - hint: None - root_component: - default* - hpkp* - salt* (a static salt) - "hpkp" - hostname* - "example.com"