diff --git a/reports/tests/test_report_auth.py b/reports/tests/test_report_auth.py index ef2c95e..c3db2cb 100644 --- a/reports/tests/test_report_auth.py +++ b/reports/tests/test_report_auth.py @@ -41,5 +41,5 @@ class ReportTest(TestCase): """ report_view = self.c.get('/subjects/report/create/interactions/?subject_id='+ str(self.subject.id)) - self.assertEqual(report_view.url, "/subjects/home") + self.assertEqual(report_view.url, "/subjects/home/") \ No newline at end of file -- libgit2 0.21.2