chore: consolidate local source directories
This commit is contained in:
+2
-2
@@ -81,7 +81,7 @@ def test_new_id_spaces_and_html_source(tmp_path):
|
||||
kv = DOC_ATZ.replace("id: lb-min-01", "id: kv-kvt-001").replace(
|
||||
'source:\n pdf: ".lexis360/Lexis360_test_atz.pdf"\n'
|
||||
' text: ".lexis360/md/test_atz.md"',
|
||||
'source:\n html: ".firecrawl/wko-kv/docs/test.html"',
|
||||
'source:\n html: ".firecrawl/kv-portal/wko-kv/docs/test.html"',
|
||||
)
|
||||
p = tmp_path / "kv_doc.md"
|
||||
p.write_text(kv, encoding="utf-8")
|
||||
@@ -90,7 +90,7 @@ def test_new_id_spaces_and_html_source(tmp_path):
|
||||
ris = DOC_ATZ.replace("id: lb-min-01", "id: ris-url-01").replace(
|
||||
'source:\n pdf: ".lexis360/Lexis360_test_atz.pdf"\n'
|
||||
' text: ".lexis360/md/test_atz.md"',
|
||||
'source:\n text: ".ris/Test.md"',
|
||||
'source:\n text: ".firecrawl/ris/gesetze/Test.md"',
|
||||
)
|
||||
p2 = tmp_path / "ris_doc.md"
|
||||
p2.write_text(ris, encoding="utf-8")
|
||||
|
||||
Reference in New Issue
Block a user