mirror of https://github.com/MISP/PyMISP
chg: Add some debug for gha
parent
b5b4a5ef52
commit
979d2ee155
|
@ -1704,7 +1704,9 @@ class TestComprehensive(unittest.TestCase):
|
||||||
def test_add_event_with_attachment(self) -> None:
|
def test_add_event_with_attachment(self) -> None:
|
||||||
first = self.create_simple_event()
|
first = self.create_simple_event()
|
||||||
try:
|
try:
|
||||||
|
print(first)
|
||||||
first = self.user_misp_connector.add_event(first)
|
first = self.user_misp_connector.add_event(first)
|
||||||
|
self.assertTrue(isinstance(first, MISPEvent), first)
|
||||||
file_obj, bin_obj, sections = make_binary_objects('tests/viper-test-files/test_files/whoami.exe', standalone=False)
|
file_obj, bin_obj, sections = make_binary_objects('tests/viper-test-files/test_files/whoami.exe', standalone=False)
|
||||||
first.add_object(file_obj)
|
first.add_object(file_obj)
|
||||||
first.add_object(bin_obj)
|
first.add_object(bin_obj)
|
||||||
|
|
Loading…
Reference in New Issue