Unverified Commit e09badbe authored by Chris Baker's avatar Chris Baker Committed by Preetha Appan
Browse files

client: gofmt

parent 3a287634
Showing with 3 additions and 3 deletions
+3 -3
...@@ -1339,13 +1339,13 @@ func TestTaskTemplateManager_Config_VaultNamespace(t *testing.T) { ...@@ -1339,13 +1339,13 @@ func TestTaskTemplateManager_Config_VaultNamespace(t *testing.T) {
Enabled: helper.BoolToPtr(true), Enabled: helper.BoolToPtr(true),
Addr: "https://localhost/", Addr: "https://localhost/",
TLSServerName: "notlocalhost", TLSServerName: "notlocalhost",
Namespace: testNS, Namespace: testNS,
} }
alloc := mock.Alloc() alloc := mock.Alloc()
config := &TaskTemplateManagerConfig{ config := &TaskTemplateManagerConfig{
ClientConfig: c, ClientConfig: c,
VaultToken: "token", VaultToken: "token",
// Make a template that will render immediately // Make a template that will render immediately
Templates: []*structs.Template{ Templates: []*structs.Template{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment