pulumi/tests/integration/protect_resources/BUILD.bazel

13 lines
315 B
Python

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