Skip to content

Commit 8b6b4a6

Browse files
committed
fix tests
1 parent ac7890c commit 8b6b4a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/sentry/monitors/endpoints/test_organization_detector_details.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def test_get_monitor_incident_detector_details(self):
5959
"id": str(self.detector.id),
6060
"projectId": str(self.project.id),
6161
"name": "Monitor Incident Detector",
62+
"description": None,
6263
"type": MonitorIncidentType.slug,
6364
"workflowIds": [],
6465
"owner": {

tests/sentry/monitors/endpoints/test_organization_detector_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_list_monitor_incident_detectors(self):
5858
"id": str(self.detector.id),
5959
"projectId": str(self.project.id),
6060
"name": "Original Detector",
61+
"description": None,
6162
"type": MonitorIncidentType.slug,
6263
"workflowIds": [],
6364
"owner": None,

0 commit comments

Comments
 (0)