chg: [authkey test] removed from testlive_comprehensive

- the default now enables advanced authkeys making the retriaval of keys impossible after the user creation
pull/779/head
iglocska 2021-07-26 16:42:12 +02:00 committed by Raphaël Vinot
parent 7ccf4c15d2
commit 8729adaed1
1 changed files with 1 additions and 1 deletions

View File

@ -1721,7 +1721,7 @@ class TestComprehensive(unittest.TestCase):
self.assertEqual(user.email, users_email)
# get user
user = self.user_misp_connector.get_user(pythonify=True)
self.assertEqual(user.authkey, self.test_usr.authkey)
# self.assertEqual(user.authkey, self.test_usr.authkey)
# Update user
user.email = 'foo@bar.de'
user = self.admin_misp_connector.update_user(user, pythonify=True)