Skip to content

Commit

Permalink
fix config parse test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wildsmith committed Apr 26, 2017
1 parent dadfc95 commit 6ca0575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions command/agent/config-test-fixtures/basic.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,6 @@ tls {
ca_file = "foo"
cert_file = "bar"
key_file = "pipe"
verify_incoming = true
verify_outgoing = true
}
2 changes: 2 additions & 0 deletions command/agent/config_parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ func TestConfig_Parse(t *testing.T) {
CAFile: "foo",
CertFile: "bar",
KeyFile: "pipe",
VerifyIncoming: true,
VerifyOutgoing: true,
},
HTTPAPIResponseHeaders: map[string]string{
"Access-Control-Allow-Origin": "*",
Expand Down

0 comments on commit 6ca0575

Please sign in to comment.