Remove a stray maxDiff = None

This commit is contained in:
Calen Pennington
2017-04-28 15:17:05 -04:00
parent 1811f7235f
commit 1c78d7c02e

View File

@@ -53,7 +53,6 @@ class InterceptErrorsTest(TestCase):
@mock.patch('openedx.core.djangoapps.user_api.helpers.LOGGER')
def test_logs_errors(self, mock_logger):
self.maxDiff = None
exception = 'openedx.core.djangoapps.user_api.tests.test_helpers.FakeInputException'
expected_log_msg = (
u"An unexpected error occurred when calling 'intercepted_function' with arguments '()' and "