We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01afc65 commit c7b0865Copy full SHA for c7b0865
1 file changed
tests/e2e/alignment_oracle/conftest.py
@@ -1,15 +1,14 @@
1
-import pathlib
2
-
3
import pytest
4
+from ted_sws import config
5
from ted_sws.core.model.manifestation import XMLManifestation, RDFManifestation
6
from ted_sws.core.model.notice import Notice
7
from tests import TEST_DATA_PATH
8
9
10
@pytest.fixture
11
def limes_sparql_endpoint() -> str:
12
- return "https://fuseki.ted-data.eu/test_limes/query"
+ return f"{config.FUSEKI_ADMIN_HOST}/test_limes/query"
13
14
15
0 commit comments