mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-06-22 11:31:05 -04:00
6 lines
143 B
Python
6 lines
143 B
Python
from archivebox.config import CONSTANTS
|
|
|
|
|
|
def test_sonic_dir_is_allowed_inside_data_dir():
|
|
assert "sonic" in CONSTANTS.ALLOWED_IN_DATA_DIR
|