chg: disable zmq for the tests

- could this be blocking the publishing?
testing8
iglocska 2024-09-05 12:30:01 +02:00
parent 58b5150eb5
commit 3261701d87
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 0 deletions

View File

@ -1173,6 +1173,7 @@ class TestComprehensive(unittest.TestCase):
second.info = 'foo blah'
second.set_date('2018-09-01')
second.add_attribute('ip-src', '8.8.8.8')
self.admin_misp_connector.set_server_setting('Plugin.ZeroMQ_enable', False, force=True)
try:
first = self.user_misp_connector.add_event(first)
second = self.user_misp_connector.add_event(second)