You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/media-video.spec.ts
+4-14Lines changed: 4 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,6 @@ let mongod: MongoMemoryServer;
21
21
constMOVIE_INTERSTELLAR={
22
22
'imdbID': 'tt0816692',
23
23
'title': 'Interstellar',
24
-
'osdbHash': '0f0f4c9f3416e24f',
25
-
'filebytesize': '2431697820',
26
24
'plot': 'The adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.'
27
25
};
28
26
@@ -42,8 +40,6 @@ const EPISODE_LOST = {
42
40
};
43
41
44
42
constEPISODE_PRISONBREAK={
45
-
'osdbHash': '35acba68a9dcfc8f',
46
-
'filebytesize': '271224190',
47
43
'title': 'Prison Break',
48
44
'episodeTitle': 'Behind the Eyes',
49
45
'season': '5',
@@ -64,8 +60,6 @@ const EPISODE_DOCTORWHO = {
64
60
65
61
constEPISODE_AVATAR={
66
62
'episodeTitle': 'The Boiling Rock (1) & The Boiling Rock (2)',
67
-
'osdbHash': 'de334f38f153fb6f',
68
-
'filebytesize': '4695739425',
69
63
'season': '3',
70
64
'episode': '14-15',
71
65
'imdbID': 'tt1176477',
@@ -150,12 +144,12 @@ describe('get by all', () => {
150
144
});
151
145
152
146
test('should return a movie by all possible params, from source APIs then store',async()=>{
0 commit comments