Skip to content

Commit

Permalink
Very small improvement of integration test for exploration rights han…
Browse files Browse the repository at this point in the history
…dler.
  • Loading branch information
mschmittfull committed May 9, 2014
1 parent ae7d9ba commit 507f165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/controllers/editor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def test_exploration_rights_handler(self):
csrf_token=csrf_token,
expected_status_int=200
)
self.assertTrue('State 4' in response_dict['states'])
self.assertIn('State 4', response_dict['states'])

# Check that collaborator cannot add new members
exploration = exp_services.get_exploration_by_id(EXP_ID)
Expand Down

0 comments on commit 507f165

Please sign in to comment.