Skip to content

Commit

Permalink
further api changes for 6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk committed Sep 27, 2024
1 parent 8dfe9f8 commit 4c66ab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/foreman/endtoend/test_api_endtoend.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,12 @@
'/api/hosts/:host_id/errata/:id',
'/api/hosts/:host_id/errata/applicability',
),
'host_packages': ('/api/hosts/:host_id/packages',),
'host_packages': (
'/api/hosts/:host_id/packages',
'/api/host_packages/:id',
'/api/host_packages/compare',
'/api/host_packages/installed_packages',
),
'http_proxies': (
'/api/http_proxies',
'/api/http_proxies',
Expand Down

0 comments on commit 4c66ab7

Please sign in to comment.