Skip to content

Commit

Permalink
remove the miq-uuid reference
Browse files Browse the repository at this point in the history
  • Loading branch information
d-m-u committed Aug 5, 2020
1 parent 85037e1 commit fc1e56b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/vmdb_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'miq-extensions'
require 'miq-uuid'

require 'ostruct'
require 'fileutils'
Expand Down
1 change: 1 addition & 0 deletions spec/models/miq_server/environment_manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

context ".get_network_information" do
it "when in non-production mode" do
require "uuidtools"
allow(UUIDTools::UUID).to receive(:mac_address).and_return(mac_address)
expect(MiqServer.get_network_information).to eq([loopback, hostname, mac_address])
end
Expand Down

0 comments on commit fc1e56b

Please # to comment.