Skip to content

Commit

Permalink
Remove constant USER_PATH
Browse files Browse the repository at this point in the history
Pulp 3 is removing the endpoints realated to user management. Remove
this constant.

See: https://pulp.plan.io/issues/4398
  • Loading branch information
koliveir authored and Kersom committed Feb 20, 2019
1 parent 1d92c98 commit 28b8bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pulp_smash/pulp3/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@

TASKS_PATH = urljoin(BASE_PATH, 'tasks/')

USER_PATH = urljoin(BASE_PATH, 'users/')

WORKER_PATH = urljoin(BASE_PATH, 'workers/')

0 comments on commit 28b8bff

Please sign in to comment.