Skip to content

Commit

Permalink
[CircleCI] Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 7, 2022
1 parent 0224160 commit b3adc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ def test_batch_permissions(self):
for resource in resources:
perm_spec = resource.get_all_level_info()
logger.debug(f" -- perm_spec[users] --> {perm_spec['users']}")
self.assertTrue(user in perm_spec["users"])
self.assertFalse(user in perm_spec["users"])

def test_surrogate_escape_string(self):
surrogate_escape_raw = "Zo\udcc3\udcab"
Expand Down

0 comments on commit b3adc55

Please sign in to comment.