mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
fix config parse test
This commit is contained in:
@@ -138,4 +138,6 @@ tls {
|
||||
ca_file = "foo"
|
||||
cert_file = "bar"
|
||||
key_file = "pipe"
|
||||
verify_incoming = true
|
||||
verify_outgoing = true
|
||||
}
|
||||
|
||||
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user