Skip to content

Commit

Permalink
Update uri_parsing_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
madhav-bharadwaj committed Feb 24, 2020
1 parent 8681213 commit fe5330a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/unit/provider/uri_parsing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@
expect(uri_validation(data)).to eq 'nativeNetworkUri' => '/rest/ethernet-networks/fake-id'
end


it 'should replace Enclosure name by uri when key is enclosureUris' do
enclosure = OneviewSDK::API300::C7000::Enclosure.new(@client, 'name' => name, 'uri' => '/rest/enclosures/fake-id')
allow(OneviewSDK::API300::C7000::Enclosure).to receive(:find_by).with(anything, name: name).and_return([enclosure])
Expand Down

0 comments on commit fe5330a

Please sign in to comment.