Skip to content

Commit

Permalink
cover new endpoint in test_entities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Feb 15, 2024
1 parent 3605d7b commit 41babfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def test_noid_and_which(self):
"""Execute ``entity().path(which=…)``."""
for entity, which in (
(entities.AlternateContentSource, 'bulk/refresh'),
(entities.AlternateContentSource, 'bulk/refresh-all'),
(entities.AlternateContentSource, 'bulk/destroy'),
(entities.AnsibleRoles, 'sync'),
(entities.AnsiblePlaybooks, 'sync'),
Expand Down

0 comments on commit 41babfb

Please sign in to comment.