Commit d8f2f9cf authored by Nick Cabatoff's avatar Nick Cabatoff
Browse files

Revert functionality that shouldn't have been in the spec: missed a test.

parent f9d0efb2
Branches unavailable
No related merge requests found
Showing with 9 additions and 0 deletions
+9 -0
......@@ -140,6 +140,9 @@ func TestLoadConfigFile(t *testing.T) {
Name: "auto",
Type: "file",
WrapTTL: 5 * time.Minute,
Config: map[string]interface{}{
"path": "/tmp/file-baz",
},
},
},
},
......
......@@ -35,5 +35,8 @@ auto_auth {
name = "auto"
type = "file"
wrap_ttl = "5m"
config = {
path = "/tmp/file-baz"
}
}
}
......@@ -37,5 +37,8 @@ auto_auth {
name = "auto"
type = "file"
wrap_ttl = "5m"
config = {
path = "/tmp/file-baz"
}
}
}
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