Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed May 10, 2023
1 parent b4d3f69 commit 2a7a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_coowners.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a7a346

Please sign in to comment.