Skip to content

Commit

Permalink
error fix in for the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshu-metron committed Oct 30, 2024
1 parent 2dfebf4 commit 50454d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Packs/Cybereason/Integrations/Cybereason/Cybereason_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ def test_malop_to_incident_5(mocker):
from Cybereason import malop_to_incident
args = {
"guidString": "12345D",
"status": "",
"status": "123",
"malopDetectionType": "ABCD",
"creationTime": "23456",
"lastUpdateTime": "6789"
Expand All @@ -1138,6 +1138,7 @@ def test_malop_to_incident_6(mocker):
from Cybereason import malop_to_incident
args = {
"guidString": "12345D",
"status": 3,
"creationTime": 23456,
"lastUpdateTime": 6789
}
Expand Down

0 comments on commit 50454d0

Please sign in to comment.