mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/test: add facebook to finnicky services
This commit is contained in:
parent
08490c54e4
commit
5af4114c61
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue