Merge pull request #770 from JakubOnderka/test-sharing-group-fix

fix: [test] test_sharing_groups
pull/779/head
Andras Iklody 2021-07-27 11:52:35 +02:00 committed by GitHub
commit 35cefb3889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2089,7 +2089,7 @@ class TestComprehensive(unittest.TestCase):
# 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))