Commit 8d6da370 authored by Michal Čihař's avatar Michal Čihař

Adjust test to new ordering of data

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4f87b4f1
...@@ -153,7 +153,7 @@ class ReportsTest(ViewTestCase): ...@@ -153,7 +153,7 @@ class ReportsTest(ViewTestCase):
self.assertEqual( self.assertEqual(
response.content, response.content,
'<table>\n' '<table>\n'
'<tr><th>Email</th><th>Name</th><th>Words</th><th>Count</th></tr>' '<tr><th>Name</th><th>Email</th><th>Words</th><th>Count</th></tr>'
'\n' '\n'
'<tr>\n<td>Weblate Test</td>\n' '<tr>\n<td>Weblate Test</td>\n'
'<td>noreply@weblate.org</td>\n' '<td>noreply@weblate.org</td>\n'
......
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