diff --git a/internal/provider/provider_test.go b/internal/provider/provider_test.go index c9dc55e3..635f636a 100644 --- a/internal/provider/provider_test.go +++ b/internal/provider/provider_test.go @@ -239,6 +239,9 @@ func TestApp(t *testing.T) { "icon", "relative_path", "url", + "healthcheck.0.url", + "healthcheck.0.interval", + "healthcheck.0.threshold", } { value := resource.Primary.Attributes[key] t.Logf("%q = %q", key, value)