Skip to content

Commit 6b4b46c

Browse files
Add external_id field to test enrichment setup
This change updates the test data with the `external_id` field to align with the expected structure. Ensures tests reflect real-world scenarios more accurately.
1 parent aa2f8c6 commit 6b4b46c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_enrichments.py

+1
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def test_topology_mapping_rule_enrichment(mock_session, mock_alert_dto):
601601
{
602602
"source_provider_id": "unknown",
603603
"service": "test-service",
604+
"external_id": 1,
604605
"environment": "unknown",
605606
"display_name": "Test Service",
606607
"is_manual": False,

0 commit comments

Comments
 (0)