File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1515POPULATE_PERMISSIONS_XML = xml_asset_path ("project_populate_permissions.xml" )
1616POPULATE_WORKBOOK_DEFAULT_PERMISSIONS_XML = xml_asset_path ("project_populate_workbook_default_permissions.xml" )
1717UPDATE_DATASOURCE_DEFAULT_PERMISSIONS_XML = xml_asset_path ("project_update_datasource_default_permissions.xml" )
18- POPULATE_VIRTUALCONNECTION_DEFAULT_PERMISSIONS_XML = xml_asset_path ("project_populate_virtualconnection_default_permissions.xml" )
19- UPDATE_VIRTUALCONNECTION_DEFAULT_PERMISSIONS_XML = xml_asset_path ("project_update_virtualconnection_default_permissions.xml" )
18+ POPULATE_VIRTUALCONNECTION_DEFAULT_PERMISSIONS_XML = xml_asset_path (
19+ "project_populate_virtualconnection_default_permissions.xml"
20+ )
21+ UPDATE_VIRTUALCONNECTION_DEFAULT_PERMISSIONS_XML = xml_asset_path (
22+ "project_update_virtualconnection_default_permissions.xml"
23+ )
2024
2125
2226class ProjectTests (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments