simplifying tests

This commit is contained in:
msramalho
2024-10-23 10:11:37 +01:00
parent 8e38c92def
commit bf91bb9e66
2 changed files with 1 additions and 26 deletions

View File

@@ -6,4 +6,4 @@ BLOCKED_EMAILS='["blocked@example.com"]'
DATABASE_PATH="sqlite:///auto-archiver.test.db"
API_BEARER_TOKEN=this_is_the_test_api_token
USER_GROUPS_FILENAME=tests/user-groups.test.yaml
SHEET_ORCHESTRATION_YAML=tests/orchestration-sheet.test.yaml
SHEET_ORCHESTRATION_YAML=tests/orchestration.test.yaml

View File

@@ -1,25 +0,0 @@
steps:
feeder: gsheet_feeder # default -> only expects URL from CLI
archivers: # order matters
- youtubedl_archiver
enrichers:
- hash_enricher
formatter: html_formatter # defaults to mute_formatter
storages:
- local_storage
databases:
- console_db
configurations:
gsheet_feeder:
sheet: test
header: 1 # defaults to 1 in GSheetsFeeder
service_account: "secrets/service_account.json"
hash_enricher:
algorithm: "SHA-256"
local_storage:
save_to: "./local_archive"
save_absolute: true
filename_generator: static
path_generator: flat