Skip to content

Commit 2c85437

Browse files
fix tests
1 parent 7c33ed5 commit 2c85437

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_sessions.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
"actorId": TEST_SESSION_ID,
3333
"beginTime": POSIX_TS,
3434
"contentInspectionResults": {
35-
"eventResults": [
36-
{"eventId": "event-id", "piiType": ["string"], "status": "PENDING"}
37-
],
38-
"status": "PENDING",
35+
"detectedOnAlerts": [
36+
"PII"
37+
]
3938
},
4039
"contextSummary": "string",
4140
"criticalEvents": 0,

0 commit comments

Comments
 (0)