fix: [test] test_sharing_groups

pull/779/head
Jakub Onderka 2021-07-26 17:11:40 +02:00 committed by Raphaël Vinot
parent 8729adaed1
commit 9db0ddd14d
1 changed files with 1 additions and 1 deletions

View File

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