Skip to content

Commit 67f4508

Browse files
authored
TestKit backend: remove severity fill from summary serialization (#1198)
The driver API never had this field, so the backend was faking it. Said API has been deprecated in other drivers and was now removed in 6.x. Therefore, the backend fill can also be removed. See also: neo4j-drivers/testkit#673
1 parent 381616e commit 67f4508

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testkitbackend/totestkit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def serialize_notification(n: neo4j.SummaryNotification) -> dict:
6161
"description": n.description,
6262
"severityLevel": n.severity_level.name,
6363
"category": n.category.name,
64-
"severity": n.raw_severity_level,
6564
"rawCategory": n.raw_category,
6665
"rawSeverityLevel": n.raw_severity_level,
6766
}

0 commit comments

Comments
 (0)