From 258319e6b0d12f7544b97e173bcce04d14d242f3 Mon Sep 17 00:00:00 2001 From: Mudassar Shafique <15931574+mudash@users.noreply.github.com> Date: Wed, 5 Jun 2019 13:52:53 -0700 Subject: [PATCH] Adding a comment to explain a testcase --- builtin/provisioners/habitat/resource_provisioner_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/provisioners/habitat/resource_provisioner_test.go b/builtin/provisioners/habitat/resource_provisioner_test.go index 90fd4c632..317b77ad4 100644 --- a/builtin/provisioners/habitat/resource_provisioner_test.go +++ b/builtin/provisioners/habitat/resource_provisioner_test.go @@ -44,6 +44,7 @@ func TestResourceProvisioner_Validate_bad(t *testing.T) { if len(warn) > 0 { t.Fatalf("Warnings: %v", warn) } + //Two errors, one for service_type, other for missing required accept_license argument if len(errs) != 2 { t.Fatalf("Should have two errors") }