mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
refactor: Remove setup_django from search
This commit is contained in:
parent
a28547cbca
commit
e82161a768
3 changed files with 2 additions and 5 deletions
|
@ -20,7 +20,6 @@ def test_oneshot_command_saves_page_in_right_folder(tmp_path, disable_extractors
|
|||
capture_output=True,
|
||||
env=disable_extractors_dict,
|
||||
)
|
||||
print(process.stdout)
|
||||
items = ' '.join([str(x) for x in tmp_path.iterdir()])
|
||||
current_path = ' '.join([str(x) for x in Path.cwd().iterdir()])
|
||||
assert "index.json" in items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue