mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
api/test: add facebook to finnicky services
This commit is contained in:
@ -10,7 +10,7 @@ const tests = loadJSON('./src/util/tests.json');
|
||||
|
||||
// services that are known to frequently fail due to external
|
||||
// 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];
|
||||
switch (action) {
|
||||
|
Reference in New Issue
Block a user