Skip to content

Commit

Permalink
fix(APIv2): correct prefix for os_versions under reports in OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Sep 3, 2024
1 parent b7a76e9 commit 33b1c10
Show file tree
Hide file tree
Showing 2 changed files with 4,657 additions and 4,605 deletions.
2 changes: 1 addition & 1 deletion spec/integration/v2/reports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
end
end

path '/security_guides/os_versions' do
path '/reports/os_versions' do
before { FactoryBot.create_list(:v2_security_guide, 25) }

get 'Request the list of available OS versions' do
Expand Down
Loading

0 comments on commit 33b1c10

Please sign in to comment.