Commit b2123e0e authored by Jérome Perrin's avatar Jérome Perrin

oauth_google_login: BT definition fixes

unused variable in the test, manual editions and missing metadata
parent cd2a8367
...@@ -111,7 +111,6 @@ class TestGoogleLogin(ERP5TypeTestCase): ...@@ -111,7 +111,6 @@ class TestGoogleLogin(ERP5TypeTestCase):
GoogleLoginUtility.getUserEntry = getUserEntry GoogleLoginUtility.getUserEntry = getUserEntry
self.dummy_connector_id = "test_google_connector" self.dummy_connector_id = "test_google_connector"
person_module = self.portal.person_module
portal_catalog = self.portal.portal_catalog portal_catalog = self.portal.portal_catalog
for obj in portal_catalog(portal_type=["Google Login", "Person"], for obj in portal_catalog(portal_type=["Google Login", "Person"],
reference=getUserId(None), reference=getUserId(None),
......
TemplateToolERP5GoogleExtractionPluginConstraint
\ No newline at end of file
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