diff --git a/src/canopy/config/config.yaml b/src/canopy/config/default.yaml similarity index 100% rename from src/canopy/config/config.yaml rename to src/canopy/config/default.yaml diff --git a/tests/system/utils/test_config.py b/tests/system/utils/test_config.py index bec9d4c1..942b9a2f 100644 --- a/tests/system/utils/test_config.py +++ b/tests/system/utils/test_config.py @@ -7,7 +7,7 @@ from canopy.context_engine import ContextEngine from canopy.knowledge_base import KnowledgeBase -DEFAULT_CONFIG_PATH = 'src/canopy/config/config.yaml' +DEFAULT_CONFIG_PATH = 'src/canopy/config/default.yaml' @pytest.fixture(scope='module')