From 050b914447b7f1492ff3dbaf25e1c0dd4fb8567e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 5 May 2020 14:28:20 -0400 Subject: [PATCH] Fix detail template test --- api/internal/tests/detail_template_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/internal/tests/detail_template_test.go b/api/internal/tests/detail_template_test.go index 3cc48a1be9..82e69b71f8 100644 --- a/api/internal/tests/detail_template_test.go +++ b/api/internal/tests/detail_template_test.go @@ -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"},