Skip to content

Commit

Permalink
remove dup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirupma-Verma committed Aug 9, 2023
1 parent ba9b96c commit b0c20a1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ def test_get_store_location(self):
provider = SimpleCredentialsProvider()
self.assertEqual("SimpleCredentialsProvider",provider.get_store_location())

def test_oidc_v2_credentials_are_exist(self):
oidc_provider = SimpleCredentialsProvider()
credentials_data = oidc_v2_credential()
oidc_provider.save(credentials_data)
self.assertTrue(oidc_provider.is_exists(credentials_data.machine))
self.assertFalse(oidc_provider.is_exists("not_exists_machine"))

def test_cleanup_oidc_v2_credentials_if_exist(self):
provider = SimpleCredentialsProvider()
credentials_data = oidc_v2_credential()
Expand Down

0 comments on commit b0c20a1

Please sign in to comment.