Skip to content

Commit

Permalink
Fix test to match dropped rss features
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Sep 10, 2024
1 parent 4e4e1a0 commit 421001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/reports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@

# Includes roles "API" and "Overview"
MiqProductFeature.seed
api_basic_authorize :dashboard, :miq_report, :chargeback, :timeline, :rss, :api_exclusive
api_basic_authorize :dashboard, :miq_report, :chargeback, :timeline, :api_exclusive
get api_reports_url

expect_result_resources_to_include_hrefs(
Expand Down

0 comments on commit 421001f

Please sign in to comment.