Skip to content

Commit

Permalink
- Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 6, 2021
1 parent 2351069 commit 3ce7a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_layer_get_list_layer_private_to_one_user(self):

self.api_client.client.login(username='bobby', password='bob')
resp = self.api_client.get(self.list_url)
self.assertEqual(len(self.deserialize(resp)['objects']), 8)
self.assertEqual(len(self.deserialize(resp)['objects']), 7)

self.api_client.client.login(username=self.user, password=self.passwd)
resp = self.api_client.get(self.list_url)
Expand Down

0 comments on commit 3ce7a45

Please sign in to comment.