Fix Geo specs failing due to "lock out" validation errors
The FactoryGirl sequence for secondary GeoNode URLs started at port 80 and incremented after each test. When the number reached the same value as the current node (usually port 80), the GeoNode "lock out" validation would fail. This change starts all secondaries at a port number higher than the current node configuration to avoid this problem entirely. Closes #4303
Showing
Please register or sign in to comment