test(backend): goodbye, Lenna (#14111)
This commit is contained in:
parent
427648c4b8
commit
eafae79869
13 changed files with 18 additions and 18 deletions
|
|
@ -584,7 +584,7 @@ describe('Endpoints', () => {
|
|||
|
||||
assert.strictEqual(res.status, 200);
|
||||
assert.strictEqual(typeof res.body === 'object' && !Array.isArray(res.body), true);
|
||||
assert.strictEqual(res.body!.name, 'Lenna.jpg');
|
||||
assert.strictEqual(res.body!.name, '192.jpg');
|
||||
});
|
||||
|
||||
test('ファイルに名前を付けられる', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue