Fix detail template test

pull/30/head
Jeff Mitchell 6 years ago
parent 11f640a0f8
commit 050b914447

@ -12,7 +12,7 @@ import (
func TestDetailTemplating(t *testing.T) {
lt := time.Now()
c := hosts.HostCatalog{
Path: api.String("path"),
Id: "id",
CreatedTime: lt,
Attributes: map[string]interface{}{
"regions": []string{"a", "b"},

Loading…
Cancel
Save