Add governed organization template upgrades
This commit is contained in:
@@ -14,7 +14,10 @@ class OrganizationsInterfaceDocumentationContractTests(unittest.TestCase):
|
||||
{route.path for route in frontend.routes}, # type: ignore[union-attr]
|
||||
)
|
||||
self.assertEqual(
|
||||
{"organizations.admin.tenant"},
|
||||
{
|
||||
"organizations.admin.tenant",
|
||||
"organizations.admin.template-upgrades",
|
||||
},
|
||||
{surface.id for surface in frontend.view_surfaces}, # type: ignore[union-attr]
|
||||
)
|
||||
self.assertTrue(
|
||||
|
||||
Reference in New Issue
Block a user