fix(tests): remove stale 'docker' and 'openclaw' routes from DEFAULT_RBAC member pages
Deploy Dashboard (Main) / Backend Tests (push) Successful in 3m35s
Deploy Dashboard (Main) / Frontend Tests (push) Successful in 5s
Deploy Dashboard (Main) / Build Main Image (push) Successful in 1m44s
Deploy Dashboard (Main) / Deploy to Production (push) Successful in 1m15s

This commit is contained in:
Gan, Jimmy
2026-07-10 12:51:41 +08:00
parent f7b8301824
commit 4203bef3d4
2 changed files with 1 additions and 2 deletions
@@ -182,7 +182,6 @@ class TestGetPages:
pages = get_pages("testuser", "member")
assert isinstance(pages, list)
assert "dashboard" in pages
assert "docker" in pages
def test_get_pages_viewer_default(self, mock_config, temp_rbac_file):
"""Test getting pages for viewer with default settings."""