diff --git a/app/files/scripts/misp-stix b/app/files/scripts/misp-stix index 95c141f34..0b9229ba8 160000 --- a/app/files/scripts/misp-stix +++ b/app/files/scripts/misp-stix @@ -1 +1 @@ -Subproject commit 95c141f34cbae22ce25648f4cb58027f2ccdf1f9 +Subproject commit 0b9229ba8153a86985cc009b7c40df21e0d08b75 diff --git a/tests/testlive_security.py b/tests/testlive_security.py index 638c636b3..d7a9c1024 100644 --- a/tests/testlive_security.py +++ b/tests/testlive_security.py @@ -1253,7 +1253,7 @@ class TestSecurity(unittest.TestCase): # Publish self.assertSuccessfulResponse(self.admin_misp_connector.publish(created_event)) - sleep(6); + time.sleep(6); # Event is published, so normal user should see that event self.assertTrue(logged_in.event_exists(created_event.uuid))