File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -243,14 +243,14 @@ def test_parse_desc_camelcase
243243DESC
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 )
You can’t perform that action at this time.
0 commit comments