Skip to content

Commit

Permalink
[digitalocean|compute] fix merge conflict in fog_test_server_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Donahue committed Jan 6, 2014
1 parent 404af09 commit 7d67e97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/digitalocean/helper.rb
Expand Up @@ -5,15 +5,10 @@ def service
end

def fog_test_server_attributes
<<<<<<< HEAD
image = service.images.find { |i| i.name == 'Ubuntu 13.10 x64' }
=======

# Hard coding numbers because requests from tests are sometimes failing.
# TODO: Mock properly instead
image = service.images.find { |i| i.name == 'Ubuntu 13.10 x64' }
image_id = image.nil? ? 1505447 : image.id
>>>>>>> master
region = service.regions.find { |r| r.name == 'New York 1' }
region_id = region.nil? ? 4 : region.id
flavor = service.flavors.find { |r| r.name == '512MB' }
Expand Down

0 comments on commit 7d67e97

Please sign in to comment.