aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/acl
diff options
context:
space:
mode:
Diffstat (limited to 'internal/acl')
-rw-r--r--internal/acl/acl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/acl/acl_test.go b/internal/acl/acl_test.go
index af6da555..19ce45ac 100644
--- a/internal/acl/acl_test.go
+++ b/internal/acl/acl_test.go
@@ -24,7 +24,7 @@ var (
)
func TestUpdate(t *testing.T) {
- if os.Getenv("GO_TEST_SKIP_ACL") == "1" {
+ if os.Getenv("HAKUREI_TEST_SKIP_ACL") == "1" {
t.Skip("acl test skipped")
}