Skip to content

Commit

Permalink
Fix a few client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak authored and dadgar committed Aug 17, 2016
1 parent dd7d827 commit 047310e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +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.Build = "unittest"
config.DevMode = true
config.RPCAddr = &net.TCPAddr{
Expand Down

0 comments on commit 047310e

Please sign in to comment.