Merge branch 'develop' of github.com:MISP/MISP into develop

pull/8568/head
Sami Mokaddem 2022-08-05 15:22:46 +02:00
commit a0ace85242
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 95c141f34cbae22ce25648f4cb58027f2ccdf1f9
Subproject commit 0b9229ba8153a86985cc009b7c40df21e0d08b75

View File

@ -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))