Commit 0ad7084d by Ahsan Ulhaq Committed by Kevin Falcone

fix python test

parent cc65dff7
...@@ -175,7 +175,7 @@ class ResetPasswordTests(EventTestMixin, CacheIsolationTestCase): ...@@ -175,7 +175,7 @@ class ResetPasswordTests(EventTestMixin, CacheIsolationTestCase):
@unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', "Test only valid in LMS") @unittest.skipUnless(settings.ROOT_URLCONF == 'lms.urls', "Test only valid in LMS")
@patch('django.core.mail.send_mail') @patch('django.core.mail.send_mail')
@ddt.data(('Crazy Awesome Site', 'Crazy Awesome Site'), (None, 'edX')) @ddt.data(('Crazy Awesome Site', 'Crazy Awesome Site'), ('edX', 'edX'))
@ddt.unpack @ddt.unpack
def test_reset_password_email_site(self, site_name, platform_name, send_email): def test_reset_password_email_site(self, site_name, platform_name, send_email):
""" """
......
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