Skip to content

Commit

Permalink
Override feature hasn't been backported to this branch yet
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Sep 27, 2018
1 parent cdebf34 commit 1940c05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/models/miq_region_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@
it "fetches the url from server" do
expect(region.remote_ui_url).to eq("https://#{hostname}")
end

it "fetches the url from the setting" do
Vmdb::Settings.save!(ui_server, :ui => {:url => url})
expect(region.remote_ui_url).to eq(url)
end
end

it "with no recently active servers" do
Expand Down

0 comments on commit 1940c05

Please sign in to comment.