mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
logical/aws: Clean up test user (#7459)
I probably left this cleanup commented out as part of debugging test errors in #6789 and forgot to uncomment it, so actually cleaning up the test user.
This commit is contained in:
committed by
Calvin Leung Huang
parent
02c9dbcb64
commit
058343a248
@@ -917,8 +917,7 @@ func TestBackend_FederationTokenWithPolicyARN(t *testing.T) {
|
||||
testAccStepRead(t, "creds", "test", []credentialTestFunc{listDynamoTablesTest, describeAzsTestUnauthorized}),
|
||||
},
|
||||
Teardown: func() error {
|
||||
//return deleteTestUser(accessKey, userName)
|
||||
return nil
|
||||
return deleteTestUser(accessKey, userName)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user