This commit is contained in:
Alex Dadgar
2016-08-19 19:55:06 -07:00
parent d3c87c9cc6
commit 4c8dcca59a
4 changed files with 24 additions and 12 deletions

View File

@@ -119,6 +119,6 @@ func (tv *TestVault) waitForAPI() {
// getPort returns the next available port to bind Vault against
func getPort() uint64 {
p := vaultStartPort + vaultPortOffset
offset += 1
vaultPortOffset += 1
return p
}