Skip to content

Commit 055ae07

Browse files
borisstoyanovRohit Yadav
authored andcommitted
CLOUDSTACK-10014: fix components/test_accounts.py test_user_key_renew_same_account: remove secret key checks since it was removed from the API response
1 parent 990e4a6 commit 055ae07

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/integration/component/test_accounts.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,10 +1653,6 @@ def test_user_key_renew_same_account(self):
16531653
user.apikey,
16541654
userkeys.apikey,
16551655
"Check User api key")
1656-
self.assertEqual(
1657-
user.secretkey,
1658-
userkeys.secretkey,
1659-
"Check User having secret key")
16601656

16611657
self.debug("Get test client with user keys")
16621658
cs_api = self.testClient.getUserApiClient(
@@ -1668,10 +1664,6 @@ def test_user_key_renew_same_account(self):
16681664
userkeys.apikey,
16691665
new_keys.apikey,
16701666
"Check API key is different")
1671-
self.assertNotEqual(
1672-
userkeys.secretkey,
1673-
new_keys.secretkey,
1674-
"Check secret key is different")
16751667

16761668
@attr(tags=[
16771669
"role",

0 commit comments

Comments
 (0)