Skip to content

Commit

Permalink
malop to incident test case update
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshu-metron committed Oct 29, 2024
1 parent 99892b5 commit 071bfc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def test_malop_to_incident(mocker):
}
command_output = malop_to_incident(args)

assert all([(command_output['name'] == "Cybereason Malop 12345A"), (command_output['status'] == 1)])
assert all([(command_output['name'] == "Cybereason Malop 12345A"), (command_output['status'] == 0)])

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

0 comments on commit 071bfc1

Please sign in to comment.