Skip to content

Commit

Permalink
Trying to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Shaidurov committed Apr 21, 2017
1 parent 0524130 commit d956e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/connect/client_spec.rb
Expand Up @@ -452,6 +452,7 @@
let(:extension) { SUSE::Connect::Remote::Product.new identifier: 'SLES HA', version: '12', arch: 'x86_64' }
before do
config.product = extension
allow(Zypper).to receive(:base_product).and_return(product)
stub_request(:delete, 'https://scc.suse.com/connect/systems/products').to_return(body: '{"product":{}}')
end

Expand Down

0 comments on commit d956e7f

Please sign in to comment.