mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Vault SSH: Dynamic Key test case fix
This commit is contained in:
@@ -74,7 +74,7 @@ func init() {
|
||||
testAdminUser = u.Username
|
||||
}
|
||||
|
||||
func TestSSH(t *testing.T) {
|
||||
func testSSH(t *testing.T) {
|
||||
// Add the SSH backend to the unsealed test core.
|
||||
// This should be done before the unsealed core is created.
|
||||
err := vault.AddTestLogicalBackend("ssh", logicalssh.Factory)
|
||||
|
||||
Reference in New Issue
Block a user