api/test: add facebook to finnicky services

This commit is contained in:
dumbmoron 2024-09-07 12:29:01 +00:00
parent 08490c54e4
commit 5af4114c61
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ const tests = loadJSON('./src/util/tests.json');
// services that are known to frequently fail due to external // services that are known to frequently fail due to external
// factors (e.g. rate limiting) // factors (e.g. rate limiting)
const finnicky = new Set(['bilibili', 'instagram', 'youtube']) const finnicky = new Set(['bilibili', 'instagram', 'facebook', 'youtube'])
const action = process.argv[2]; const action = process.argv[2];
switch (action) { switch (action) {