Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackndo committed Jan 24, 2024
1 parent d4897c7 commit ea50704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lsassy.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_workflow(self):
file = dumper.dump(exec_methods=["smb"])
self.assertIsNotNone(file)

credentials, tickets, masterkeys = Parser(file).parse()
credentials, tickets, masterkeys = Parser(HOSTNAME, file).parse()
file.close()
self.assertTrue(len(credentials) > 0)

Expand Down

0 comments on commit ea50704

Please sign in to comment.