Skip to content

Commit

Permalink
Merge pull request #23198 from agrare/fix_evm_application_spec_parallel
Browse files Browse the repository at this point in the history
Fix evm_application_spec parallel spec failure
  • Loading branch information
kbrock authored Sep 20, 2024
2 parents 4063077 + 21e9abf commit ac7334b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/tasks/evm_application_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def pad(val, col, adjust = :rjust)

it "returns redeployment otherwise" do
EvmSpecHelper.local_miq_server
expect(ActiveRecord::MigrationContext).to receive(:new).and_return(double(:current_version => 20190712135032, :needs_migration? => false))
expect(described_class.deployment_status).to eq("redeployment")
end
end
Expand Down

0 comments on commit ac7334b

Please sign in to comment.