Improve naming

Hopefully this naming scheme will be more straightforward.
This commit is contained in:
Devin Christensen
2016-01-27 17:15:48 -07:00
parent c11fa3d3e9
commit c2b66587c8
3 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ func TestPostgreSQLBackend(t *testing.T) {
table := os.Getenv("PGTABLE")
if table == "" {
table = "vault"
table = "vault_kv_store"
}
// Run vault tests