aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/ignore_root_user_error/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/ignore_root_user_error/BUILD.bazel')
-rw-r--r--tests/integration/ignore_root_user_error/BUILD.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration/ignore_root_user_error/BUILD.bazel b/tests/integration/ignore_root_user_error/BUILD.bazel
new file mode 100644
index 0000000..f907624
--- /dev/null
+++ b/tests/integration/ignore_root_user_error/BUILD.bazel
@@ -0,0 +1,7 @@
+load("@rules_python//python:defs.bzl", "py_test")
+
+py_test(
+ name = "foo_test",
+ srcs = ["foo_test.py"],
+ visibility = ["//visibility:public"],
+)