Skip to content

Commit c7b0865

Browse files
Update conftest.py
1 parent 01afc65 commit c7b0865

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/e2e/alignment_oracle/conftest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
import pathlib
2-
31
import pytest
42

3+
from ted_sws import config
54
from ted_sws.core.model.manifestation import XMLManifestation, RDFManifestation
65
from ted_sws.core.model.notice import Notice
76
from tests import TEST_DATA_PATH
87

98

109
@pytest.fixture
1110
def limes_sparql_endpoint() -> str:
12-
return "https://fuseki.ted-data.eu/test_limes/query"
11+
return f"{config.FUSEKI_ADMIN_HOST}/test_limes/query"
1312

1413

1514
@pytest.fixture

0 commit comments

Comments
 (0)