mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Minor fix.
This commit is contained in:
parent
713c994b1c
commit
c2be59d56e
5 changed files with 0 additions and 20 deletions
|
|
@ -1,10 +1,6 @@
|
|||
Shindo.tests("Fog::Compute[:hp] | address", ['hp']) do
|
||||
|
||||
<<<<<<< HEAD
|
||||
@base_image_id = ENV["BASE_IMAGE_ID"] ||= "1242"
|
||||
=======
|
||||
@base_image_id = ENV["BASE_IMAGE_ID"] || 1242
|
||||
>>>>>>> cs_auth
|
||||
|
||||
model_tests(Fog::Compute[:hp].addresses, {}, true) do
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue