Skip to content

Commit

Permalink
Merge pull request #1605 from hashicorp/fix-client-tests
Browse files Browse the repository at this point in the history
Fix a few client tests
  • Loading branch information
vishalnayak authored Aug 17, 2016
2 parents a769271 + d188ed7 commit 6a76a25
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.Enabled = false
config.Build = "unittest"
config.DevMode = true
config.RPCAddr = &net.TCPAddr{
Expand Down

0 comments on commit 6a76a25

Please sign in to comment.