Commit 1670b6bf authored by Roque's avatar Roque

erp5_officejs_support_request_ui_test: remove Notebook portal type from this...

erp5_officejs_support_request_ui_test: remove Notebook portal type from this test as it has no relation with Support Request
parent 40e1e6b4
......@@ -102,7 +102,7 @@ class TestSupportRequestCreateNewSupportRequest(SupportRequestTestCase):
p for p in self.portal.getPortalDocumentTypeList() \
if p not in ("Sound", "Video", "Web Page", 'Video', 'Web Illustration',
'Web Manifest', 'Web Page', 'Web Script', 'Web Style',
'Web Table')]
'Web Table', 'Notebook')]
# Should not happens but we never know
assert portal_type_list, portal_type_list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment