fix: remove stale FalkorDB references from migration cleanup
- Remove FalkorDB docker service reference from project_index.json (docker-compose.yml no longer exists) - Correct line number reference in test_config.py comment (line 644 not 641) Code review findings - no functional changes, just metadata cleanup. Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
b7739a4794
commit
aaa3b7f588
@@ -1092,7 +1092,7 @@ class TestModuleLevelFunctions:
|
||||
assert "reason" in status
|
||||
assert "errors" in status
|
||||
|
||||
# Note: Line 641 (status["available"] = True) requires LadybugDB/kuzu to be installed.
|
||||
# Note: Line 644 (status["available"] = True) requires LadybugDB/kuzu to be installed.
|
||||
# Since LadybugDB/kuzu may not be installed in all test environments, that line
|
||||
# may be marked with pragma: no cover. The except clause is tested here.
|
||||
|
||||
|
||||
@@ -2,11 +2,6 @@
|
||||
"project_root": "/Users/andremikalsen/Documents/Coding/autonomous-coding",
|
||||
"project_type": "single",
|
||||
"services": {},
|
||||
"infrastructure": {
|
||||
"docker_compose": "docker-compose.yml",
|
||||
"docker_services": [
|
||||
"falkordb"
|
||||
]
|
||||
},
|
||||
"infrastructure": {},
|
||||
"conventions": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user