Skip to content

Commit

Permalink
fixing error in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshu-metron committed Oct 29, 2024
1 parent e6ee17f commit 0becdd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ def test_malop_to_incident(mocker):
(command_output['CustomFields']['malopdetectiontype'] == "EXTENSION_MANIPULATION"),
(command_output['CustomFields']['maloprootcauseelementname'] == "avg_secure_browser_setup.pdf.exe"),
(command_output['CustomFields']['maloprootcauseelementtype'] == "File"),
(command_output['malopedr']), (command_output['dbotmirrorid'] == "12345A")])
(command_output['CustomFields']['malopedr']), (command_output['dbotmirrorid'] == "12345A")])

with pytest.raises(Exception) as exc_info:
command_output = malop_to_incident("args")
Expand Down

0 comments on commit 0becdd3

Please sign in to comment.