Skip to content

Commit

Permalink
- fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 16, 2018
1 parent 638e3e3 commit bd47b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/security/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_set_bulk_permissions(self):
# Validate maximum priority
geofence_rules_highest_priority = get_highest_priority()
_log("5. geofence_rules_highest_priority: %s " % geofence_rules_highest_priority)
self.assertEquals(geofence_rules_highest_priority, 7)
self.assertEquals(geofence_rules_highest_priority, 9)

# Try GWC Invalidation
# - it should not work here since the layer has not been uploaded to GeoServer
Expand Down

0 comments on commit bd47b5a

Please sign in to comment.