Vault SSH: Dynamic Key test case fix

This commit is contained in:
Vishal Nayak
2015-07-24 12:13:26 -04:00
parent 9d4c5f718b
commit 0a4854e542
5 changed files with 11 additions and 10 deletions

View File

@@ -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)