tests/rackspace/models/load_balancers/nodes_tests.rb in fog-1.3.1 vs tests/rackspace/models/load_balancers/nodes_tests.rb in fog-1.4.0

- old
+ new

@@ -2,10 +2,10 @@ pending if Fog.mocking? given_a_load_balancer_service do given_a_load_balancer do - collection_tests(@lb.nodes, { :address => '10.0.0.2', :port => 80, :condition => 'ENABLED'}, false) do + collection_tests(@lb.nodes, { :address => '1.1.1.2', :port => 80, :condition => 'ENABLED'}, false) do @lb.wait_for { ready? } end end end end