• Stan Hu's avatar
    Fix Geo specs failing due to "lock out" validation errors · 80863151
    Stan Hu authored
    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
    80863151
geo_nodes.rb 715 Bytes