Skip to content

Commit

Permalink
Temporarily fix CI by setting total_space for the mocked storage
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jan 7, 2021
1 parent d1a87e9 commit 4486046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/storage_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe StorageController do
let(:storage) { FactoryBot.create(:storage, :name => 'test_storage1') }
let(:storage) { FactoryBot.create(:storage, :name => 'test_storage1', :total_space => 4) }
let(:storage_cluster) { FactoryBot.create(:storage_cluster, :name => 'test_storage_cluster1') }
let(:storage_with_miq_templates) do
st = FactoryBot.create(:storage)
Expand Down

0 comments on commit 4486046

Please sign in to comment.