Skip to content

Commit

Permalink
Merge 610a39e into fd521fc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbnomis authored May 6, 2019
2 parents fd521fc + 610a39e commit cf72518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulp_smash/pulp3/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

BASE_CONTENT_GUARDS_PATH = urljoin(BASE_PATH, "contentguards/")

BASE_DISTRIBUTION_PATH = urljoin(BASE_PATH, "distributions/")

BASE_PUBLISHER_PATH = urljoin(BASE_PATH, "publishers/")

BASE_REMOTE_PATH = urljoin(BASE_PATH, "remotes/")
Expand All @@ -22,8 +24,6 @@

CONTENT_PATH = urljoin(BASE_PATH, "content/")

DISTRIBUTION_PATH = urljoin(BASE_PATH, "distributions/")

DOWNLOAD_POLICIES = ("immediate", "on_demand", "streamed")

JWT_PATH = urljoin(BASE_PATH, "jwt/")
Expand Down

0 comments on commit cf72518

Please sign in to comment.