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 746e3f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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: 0 additions & 1 deletion spec/models/miq_server/environment_manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

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

0 comments on commit 746e3f2

Please sign in to comment.