Skip to content

Commit

Permalink
Disable Vault instead of supplying test token
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak authored and dadgar committed Aug 17, 2016
1 parent 047310e commit b3a1b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func getPort() int {
func testServer(t *testing.T, cb func(*nomad.Config)) (*nomad.Server, string) {
// Setup the default settings
config := nomad.DefaultConfig()
config.VaultConfig.Token = "testvaulttoken"
config.VaultConfig.Enabled = false
config.Build = "unittest"
config.DevMode = true
config.RPCAddr = &net.TCPAddr{
Expand Down

0 comments on commit b3a1b98

Please sign in to comment.