Skip to content

Commit

Permalink
fix test for public information
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Jan 18, 2017
1 parent 8ac39d4 commit c187a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_privacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ def test_07_user_public_profile_json(self):
assert 'description' in project, err_msg
err_msg = 'short_name should be public'
assert 'short_name' in project, err_msg
err_msg = 'n_tasks should be public'
assert 'n_tasks' in project, err_msg
err_msg = 'n_volunteers should be public'
assert 'n_volunteers' in project, err_msg
err_msg = 'overall_progress should be public'
Expand Down

0 comments on commit c187a9d

Please sign in to comment.