Skip to content

Commit

Permalink
Change file loaded in test analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 3, 2019
1 parent 9dcc9d7 commit e94933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/analyzers/testAnalyzer/testAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestAnalyzer(Analyzer):
def artifacts(self, raw):
return [
self.build_artifact("ip", "127.0.0.1", tags=["localhost"]),
self.build_artifact("file", "/etc/passwd", tlp=3)
self.build_artifact("file", "/etc/issue.net", tlp=3)
]

def summary(self, raw):
Expand Down

0 comments on commit e94933d

Please sign in to comment.