Skip to content

Commit 3bbaa8c

Browse files
authored
Merge pull request #334 from daviddavis/fix-fixtures-url
Fix fixtures url
2 parents 3d362c6 + ab90e7c commit 3bbaa8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pulp_python/tests/functional/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from urllib.parse import urljoin
22

3+
from pulp_smash import config
34
from pulp_smash.pulp3.constants import (
45
BASE_DISTRIBUTION_PATH,
56
BASE_PUBLICATION_PATH,
@@ -9,7 +10,7 @@
910
)
1011

1112

12-
PULP_FIXTURES_BASE_URL = "https://fixtures.pulpproject.org"
13+
PULP_FIXTURES_BASE_URL = config.get_config().get_fixtures_url()
1314

1415
PYPI_URL = "https://pypi.org/"
1516

0 commit comments

Comments
 (0)