Commit 6d0b961a02b4bf69bc085562c5f0989e72b672d4

Authored by Felipe Bormann
1 parent 2650a83e

fixed string error in test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
reports/tests/test_report_auth.py
... ... @@ -41,5 +41,5 @@ class ReportTest(TestCase):
41 41 """
42 42 report_view = self.c.get('/subjects/report/create/interactions/?subject_id='+ str(self.subject.id))
43 43  
44   - self.assertEqual(report_view.url, "/subjects/home")
  44 + self.assertEqual(report_view.url, "/subjects/home/")
45 45  
46 46 \ No newline at end of file
... ...