Skip to content

Commit 9a12972

Browse files
authored
chore: add tests for healthcheck block (#54)
1 parent a5974b5 commit 9a12972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/provider/provider_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ func TestApp(t *testing.T) {
239239
"icon",
240240
"relative_path",
241241
"url",
242+
"healthcheck.0.url",
243+
"healthcheck.0.interval",
244+
"healthcheck.0.threshold",
242245
} {
243246
value := resource.Primary.Attributes[key]
244247
t.Logf("%q = %q", key, value)

0 commit comments

Comments
 (0)