We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d362c6 + ab90e7c commit 3bbaa8cCopy full SHA for 3bbaa8c
1 file changed
pulp_python/tests/functional/constants.py
@@ -1,5 +1,6 @@
1
from urllib.parse import urljoin
2
3
+from pulp_smash import config
4
from pulp_smash.pulp3.constants import (
5
BASE_DISTRIBUTION_PATH,
6
BASE_PUBLICATION_PATH,
@@ -9,7 +10,7 @@
9
10
)
11
12
-PULP_FIXTURES_BASE_URL = "https://fixtures.pulpproject.org"
13
+PULP_FIXTURES_BASE_URL = config.get_config().get_fixtures_url()
14
15
PYPI_URL = "https://pypi.org/"
16
0 commit comments