Oops, forgot to change one more URL from dashboard to report_index

This commit is contained in:
Garret Wassermann 2016-09-13 00:13:52 -04:00
parent fe54d81022
commit bf55ab7f8c

View File

@ -131,7 +131,7 @@ class PerQueueStaffMembershipTestCase(TestCase):
# Superuser
self.client.login(username='superuser', password='superuser')
response = self.client.get(reverse('helpdesk_dashboard'))
response = self.client.get(reverse('helpdesk_report_index'))
self.assertEqual(
len(response.context['dash_tickets']),
2,