Skip to content

Commit 76a6e4b

Browse files
committed
Fix commit sign-offs
Signed-off-by: Blake Hensley <[email protected]>
1 parent be968bd commit 76a6e4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/plugin/test_in_windows_eventlog2.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,14 @@ def test_parse_desc_camelcase
243243
DESC
244244
h = {"Description" => desc}
245245
expected = {"DescriptionTitle" => "A user's local group membership was enumerated.",
246-
"SubjectSecurityId" => "S-X-Y-XX-WWWWWW-VVVV",
246+
"SubjectSecurityID" => "S-X-Y-XX-WWWWWW-VVVV",
247247
"SubjectAccountName" => "Administrator",
248248
"SubjectAccountDomain" => "DESKTOP-FLUENTTEST",
249-
"SubjectLogonId" => "0x3185B1",
250-
"UserSecurityId" => "S-X-Y-XX-WWWWWW-VVVV",
249+
"SubjectLogonID" => "0x3185B1",
250+
"UserSecurityID" => "S-X-Y-XX-WWWWWW-VVVV",
251251
"UserAccountName" => "Administrator",
252252
"UserAccountDomain" => "DESKTOP-FLUENTTEST",
253-
"ProcessInformationProcessId" => "0x50b8",
253+
"ProcessInformationProcessID" => "0x50b8",
254254
"ProcessInformationProcessName" => "C:\\msys64\\usr\\bin\\make.exe"}
255255
d.instance.parse_desc(h)
256256
assert_equal(expected, h)

0 commit comments

Comments
 (0)