Skip to content

Commit

Permalink
TST: fix test_broken applying Vulnerable-HTTP to scan_http filename
Browse files Browse the repository at this point in the history
  • Loading branch information
monoidic authored and Wagner committed Aug 13, 2021
1 parent 8b4b6db commit 103a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq/tests/bots/parsers/shadowserver/test_broken.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_broken(self):
self.assertLogMatches(pattern="Detected report's file name: 'scan_http'.",
levelname="DEBUG")
self.assertLogMatches(pattern="Failed to parse line.")
self.assertLogMatches(pattern="ValueError: Required column 'timestamp' not found in feed 'Vulnerable-HTTP'. Possible change in data format or misconfiguration.")
self.assertLogMatches(pattern="ValueError: Required column 'timestamp' not found in feed 'Accessible-HTTP'. Possible change in data format or misconfiguration.")
self.assertLogMatches(pattern=r"Sent 0 events and found 1 problem\(s\)\.",
levelname="INFO")

Expand Down

0 comments on commit 103a584

Please sign in to comment.