diff options
Diffstat (limited to 'server/tests/cli')
-rw-r--r-- | server/tests/cli/regenerate-thumbnails.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/cli/regenerate-thumbnails.ts b/server/tests/cli/regenerate-thumbnails.ts index 56005518a..a9c8642a5 100644 --- a/server/tests/cli/regenerate-thumbnails.ts +++ b/server/tests/cli/regenerate-thumbnails.ts | |||
@@ -77,14 +77,14 @@ describe('Test regenerate thumbnails script', function () { | |||
77 | } | 77 | } |
78 | }) | 78 | }) |
79 | 79 | ||
80 | it('Should regenerate thumbnails from the CLI', async function () { | 80 | it('Should regenerate local thumbnails from the CLI', async function () { |
81 | this.timeout(15000) | 81 | this.timeout(15000) |
82 | 82 | ||
83 | const env = getEnvCli(servers[0]) | 83 | const env = getEnvCli(servers[0]) |
84 | await execCLI(`${env} npm run regenerate-thumbnails`) | 84 | await execCLI(`${env} npm run regenerate-thumbnails`) |
85 | }) | 85 | }) |
86 | 86 | ||
87 | it('Should have regenerated thumbbnails', async function () { | 87 | it('Should have regenerated local thumbnails', async function () { |
88 | { | 88 | { |
89 | const res1 = await makeRawRequest(join(servers[0].url, video1.thumbnailPath), HttpStatusCode.OK_200) | 89 | const res1 = await makeRawRequest(join(servers[0].url, video1.thumbnailPath), HttpStatusCode.OK_200) |
90 | expect(res1.body).to.not.have.lengthOf(0) | 90 | expect(res1.body).to.not.have.lengthOf(0) |