Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into radjabov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Nov 4, 2024
2 parents 6c1f362 + e83ac86 commit f27b90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v8
uses: paambaati/codeclimate-action@v9
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 f27b90a

Please sign in to comment.