diff --git a/test/test_coowners.py b/test/test_coowners.py index eb0290444..e4c64e8e7 100644 --- a/test/test_coowners.py +++ b/test/test_coowners.py @@ -161,7 +161,7 @@ def test_coowner_can(self): # coowner can browse tasks in a draft project res = self.app.get('/project/sampleapp/tasks/browse') - assert 'Browse tasks' in str(res.data), res.data + assert 'Browse Tasks' in str(res.data), res.data # coowner can modify task presenter res = self.app.get('/project/sampleapp/tasks/taskpresentereditor') assert 'Task Presenter Editor' in str(res.data), res.data