Commit 63b03d73 authored by Michal Čihař's avatar Michal Čihař

Do not use deprecated method

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f1e213da
......@@ -400,7 +400,7 @@ class ExportTest(ViewTestCase):
def test_export_invalid(self):
response = self.export_format('invalid')
self.assertEquals(response.status_code, 404)
self.assertEqual(response.status_code, 404)
def test_language_pack(self):
response = self.client.get(
......
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