diff --git a/pulp_smash/pulp3/constants.py b/pulp_smash/pulp3/constants.py index bfa8622eb..90b33a9a4 100644 --- a/pulp_smash/pulp3/constants.py +++ b/pulp_smash/pulp3/constants.py @@ -12,11 +12,11 @@ ARTIFACTS_PATH = urljoin(BASE_PATH, "artifacts/") -BASE_REMOTE_PATH = urljoin(BASE_PATH, "remotes/") +BASE_CONTENT_GUARDS_PATH = urljoin(BASE_PATH, "contentguards/") BASE_PUBLISHER_PATH = urljoin(BASE_PATH, "publishers/") -CONTENT_GUARDS_PATH = urljoin(BASE_PATH, "contentguards/certguard/certguard/") +BASE_REMOTE_PATH = urljoin(BASE_PATH, "remotes/") CONTENT_PATH = urljoin(BASE_PATH, "content/")