Skip to content

Commit

Permalink
Adjust unit tests with the newly filled field
Browse files Browse the repository at this point in the history
  • Loading branch information
0x49736b authored Sep 18, 2023
1 parent e8db209 commit e75a335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugins_os_windows_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def assert_xml_task_properties(xml_task):
assert xml_task.user_id is None
assert xml_task.logon_type is None
assert xml_task.group_id == "S-1-5-4"
assert xml_task.display_name is None
assert xml_task.display_name is "test_xml.xml"
assert xml_task.run_level is None
assert xml_task.process_token_sid_type is None
assert xml_task.required_privileges is None
Expand Down

0 comments on commit e75a335

Please sign in to comment.