Skip to content

Commit 46d279d

Browse files
committed
fix
1 parent 5171e8e commit 46d279d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/provider/provider_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,11 @@ func TestApp(t *testing.T) {
221221
icon = "builtin:vim"
222222
relative_path = true
223223
url = "http://localhost:13337"
224-
healthcheck{
224+
healthcheck {
225225
url = "http://localhost:13337/healthz"
226226
interval = 5
227227
threshold = 6
228+
}
228229
}
229230
`,
230231
Check: func(state *terraform.State) error {

0 commit comments

Comments
 (0)