Skip to content

Commit

Permalink
Update iis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Oct 12, 2024
1 parent d3a3260 commit 11b5c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/parsers/text_plugins/iis.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def testProcessWithIIS10Log(self):
'recovery_warning')
self.assertEqual(number_of_warnings, 0)

def testProcessWithIIS10LogAndCookieField(self):
"""Tests the Process function with an IIS 10 log file with cs(Cookie) field."""
plugin = iis.WinIISTextPlugin()
storage_writer = self._ParseTextFileWithPlugin(
Expand Down

0 comments on commit 11b5c82

Please sign in to comment.