Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamelxl committed Feb 28, 2025
1 parent 72d2c47 commit b0d0ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_tests/security_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,9 @@ def test_sql_lab_permissions(self):
("menu_access", "SQL Lab"),
("can_read", "SqlLabPermalinkRestApi"),
("can_write", "SqlLabPermalinkRestApi"),
("can_post", "TableSchemaView"),
("can_expanded", "TableSchemaView"),
("can_delete", "TableSchemaView"),
}

self.assert_cannot_alpha(sql_lab_set)
Expand Down

0 comments on commit b0d0ac0

Please # to comment.