Skip to content

Commit

Permalink
PR notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-j committed Jan 20, 2025
1 parent 02c6039 commit 67c8b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/collectors/azure_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ def testProcess(self, mock_monitor, mock_credentials):
with self.assertRaises(errors.DFTimewolfError):
self._ProcessModule()


if __name__ == '__main__':
unittest.main()
1 change: 1 addition & 0 deletions tests/lib/processors/workspace_audit_timesketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,6 @@ def testCalendarEvent(self):
actual_timesketch_record = json.loads(actual_timesketch_record)
self.assertDictEqual(expected_calendar_record, actual_timesketch_record)


if __name__ == '__main__':
unittest.main()

0 comments on commit 67c8b38

Please sign in to comment.