Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnovotnak committed Feb 27, 2024
1 parent ec282cc commit af654ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/lib/secrets/vault_csi_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def setUp(self):
def tearDown(self):
shutil.rmtree(self.csi_dir)

def test_can_load_secrets(self):
def test_can_load_credential_secret(self):
secrets_store = get_secrets_store(str(self.csi_dir))
data = secrets_store.get_credentials("secret/example-service/example-secret")
assert data.username == "reddit"
Expand Down

0 comments on commit af654ca

Please sign in to comment.