Skip to content

Commit

Permalink
Add constant related to uploads for Pulp 3
Browse files Browse the repository at this point in the history
Add consntant related to uploads endpoint for Pulp 3.

See: https://pulp.plan.io/issues/4196
  • Loading branch information
koliveir authored and kersommoura committed May 2, 2019
1 parent 243cab6 commit fd521fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulp_smash/pulp3/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@

TASKS_PATH = urljoin(BASE_PATH, "tasks/")

UPLOAD_PATH = urljoin(BASE_PATH, "uploads/")

WORKER_PATH = urljoin(BASE_PATH, "workers/")

0 comments on commit fd521fc

Please sign in to comment.