aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_matching.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_matching.py b/tests/test_matching.py
index 7d8b7af..56999e6 100644
--- a/tests/test_matching.py
+++ b/tests/test_matching.py
@@ -1,14 +1,13 @@
from fuzzycat.matching import anything_to_entity, match_release_fuzzy
+from fuzzycat.config import settings
from fatcat_openapi_client import ReleaseEntity
import pytest
import elasticsearch
import logging
-from dynaconf import Dynaconf
logger = logging.getLogger('test_matching')
logger.setLevel(logging.DEBUG)
-settings = Dynaconf(envvar_prefix="FUZZYCAT")
FATCAT_SEARCH_URL = settings.get("FATCAT_SEARCH_URL", "https://search.fatcat.wiki:443")