mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-24 14:27:07 +00:00
Improve naming
Hopefully this naming scheme will be more straightforward.
This commit is contained in:
@@ -15,7 +15,7 @@ func TestPostgreSQLBackend(t *testing.T) {
|
||||
|
||||
table := os.Getenv("PGTABLE")
|
||||
if table == "" {
|
||||
table = "vault"
|
||||
table = "vault_kv_store"
|
||||
}
|
||||
|
||||
// Run vault tests
|
||||
|
||||
Reference in New Issue
Block a user