Skip to content

Commit 51cecf6

Browse files
committed
omit autoembed from worklow
1 parent f295de6 commit 51cecf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/app.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import request from 'supertest';
22
import { server } from '../index.js';
33
import app from '../index.js';
44

5-
const movieProviders = ['2embed', 'autoembed', 'embedsu', 'vidsrcsu'];
5+
const movieProviders = ['2embed', 'embedsu', 'vidsrcsu'];
66

77
describe('API Routes', () => {
88
describe('GET /', () => {

0 commit comments

Comments
 (0)