Remove unnecessary pipeline element; use new name for existing element

This commit is contained in:
Jesse Shapiro
2017-02-22 16:29:39 -05:00
parent 39fc6ce1f5
commit ff581d003f
3 changed files with 3 additions and 5 deletions

View File

@@ -60,5 +60,4 @@ class SettingsUnitTest(testutil.TestCase):
@unittest.skipUnless(enterprise_enabled(), 'enterprise not enabled')
def test_enterprise_elements_inserted(self):
settings.apply_settings(self.settings)
self.assertIn('enterprise.tpa_pipeline.set_data_sharing_consent_record', self.settings.SOCIAL_AUTH_PIPELINE)
self.assertIn('enterprise.tpa_pipeline.verify_data_sharing_consent', self.settings.SOCIAL_AUTH_PIPELINE)
self.assertIn('enterprise.tpa_pipeline.handle_enterprise_logistration', self.settings.SOCIAL_AUTH_PIPELINE)