fix: [test] test_sharing_groups again

pull/779/head
Jakub Onderka 2021-07-27 13:06:45 +02:00 committed by Raphaël Vinot
parent 9db0ddd14d
commit 379e1ded0a
1 changed files with 1 additions and 1 deletions

View File

@ -2087,7 +2087,7 @@ class TestComprehensive(unittest.TestCase):
self.assertEqual(sharing_group.name, 'Testcases SG')
self.assertEqual(sharing_group.releasability, 'Testing')
# Change releasability
r = self.admin_misp_connector.update_sharing_group({"releasability": "Testing updated"}, sharing_group)
r = self.admin_misp_connector.update_sharing_group({"releasability": "Testing updated"}, sharing_group, pythonify=True)
self.assertEqual(r.releasability, 'Testing updated')
# Test `sharing_group_exists` method