pulumi/tests/integration/read/read_dbr/BUILD.bazel

8 lines
165 B
Python
Raw Normal View History

2024-04-05 16:02:17 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "read_dbr_test",
srcs = ["read_dbr_test.go"],
deps = ["//pkg/testing/integration"],
)