pulumi/tests/integration/double_pending_delete/BUILD.bazel

13 lines
333 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "double_pending_delete_test",
srcs = ["double_pending_delete_test.go"],
deps = [
"//pkg/resource/deploy/providers",
"//pkg/testing/integration",
"//sdk/go/common/resource",
"@com_github_stretchr_testify//assert",
],
)