Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit d474170

Browse files
author
Chris Wiechmann
committed
Adjust test according to the current implementation
1 parent 39713f5 commit d474170

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

logstash/test/test-openlog-events.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@
335335
},
336336
"transactionElements": {
337337
"leg0": {
338-
"serviceName": "Scheduled policy",
339338
"operation": "N/A",
340339
"finalStatus": "Pass",
341340
"duration": "-1",
@@ -354,7 +353,10 @@
354353
"protocol": null,
355354
"protocolSrc": null,
356355
"status": "success",
357-
"serviceContext": null
356+
"serviceContext": {
357+
"method": "N/A",
358+
"service": "Scheduled policy"
359+
}
358360
},
359361
"type": "scheduledPolicy"
360362
}

0 commit comments

Comments
 (0)