Skip to content
Snippets Groups Projects
Unverified Commit 56ee4e02 authored by Aarif's avatar Aarif Committed by GitHub
Browse files

Merge pull request #21791 from edx/BOM-742

BOM-742
parents 889445a2 90b0130a
Branches
Tags
No related merge requests found
......@@ -479,7 +479,7 @@ class EmailChangeConfirmationTests(EmailTestMixin, EmailTemplateTagMixin, CacheI
response = confirm_email_change(self.request, self.key)
self.assertEqual(response.status_code, 200)
self.assertEquals(
mock_render_to_response(expected_template, expected_context).content,
mock_render_to_response(expected_template, expected_context).content.decode('utf-8'),
response.content.decode('utf-8')
)
......
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