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 11b5c82 commit b0e2b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/text_plugins/iis.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def testProcessWithIIS10Log(self):
self.assertEqual(number_of_warnings, 0)

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

0 comments on commit b0e2b9f

Please sign in to comment.