Skip to content

Commit

Permalink
Merge pull request #7736 from Fryguy/fix_invalid_feature_in_spec
Browse files Browse the repository at this point in the history
Fix invalid feature in spec
  • Loading branch information
jrafanie authored May 17, 2021
2 parents bed0cca + 519f0ac commit b04f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/miq_alert_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

describe "#edit" do
before do
login_as user_with_feature(%w[miq_alert miq_alert_edit miq_alert_profile_new])
login_as user_with_feature(%w[miq_alert miq_alert_edit miq_alert_set_view])
@miq_alert = FactoryBot.create(:miq_alert)
controller.instance_variable_set(:@lastaction, "show")
end
Expand Down

0 comments on commit b04f88b

Please sign in to comment.