Skip to content

Commit

Permalink
- MapStore2 Client as default
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 31, 2019
1 parent a610b5c commit 08ce1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/groups/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def test_group_categories_add(self):
# Test that the view is protected to non-admin users
self.client.login(username='test', password='test')
r = self.client.post(view_url)
self.assertEqual(r.status_code, 403)
self.assertTrue(r.status_code in (401, 403))

# Test that the view is accessible to administrators
self.client.login(username='admin', password='admin')
Expand Down

0 comments on commit 08ce1b9

Please sign in to comment.