Skip to content

Commit

Permalink
Change path to point to proper endpoint (SatelliteQE#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Jan 26, 2023
1 parent 8bfc332 commit c5525ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4322,7 +4322,7 @@ def path(self, which=None):
"""
if which in (
'assign_ansible_roles',
'list_ansible_roles',
'ansible_roles',
'disassociate',
'enc',
'errata',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_id_and_which(self):
(entities.Host, 'packages'),
(entities.Host, 'puppetclass_ids'),
(entities.Host, 'smart_class_parameters'),
(entities.Host, 'list_ansible_roles'),
(entities.Host, 'ansible_roles'),
(entities.Host, 'assign_ansible_roles'),
(entities.HostGroup, 'clone'),
(entities.HostGroup, 'puppetclass_ids'),
Expand Down

0 comments on commit c5525ed

Please sign in to comment.