Skip to content

Commit 0846b1b

Browse files
committed
turn on sql security tests back
1 parent 86e35a5 commit 0846b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbac/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def regression(
368368
Feature(run=load("rbac.tests.syntax.feature", "feature"))
369369
Feature(run=load("rbac.tests.privileges.feature", "feature"))
370370
Feature(run=load("rbac.tests.views.feature", "feature"))
371-
# Feature(run=load("rbac.tests.sql_security.feature", "feature"))
371+
Feature(run=load("rbac.tests.sql_security.feature", "feature"))
372372
Feature(
373373
run=load("rbac.tests.multiple_auth_methods.feature", "feature"),
374374
)

0 commit comments

Comments
 (0)