mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(tools): api settings test (#50394)
This commit is contained in:
parent
651e1905fd
commit
cdcea13d5f
@ -234,6 +234,7 @@ describe('settingRoutes', () => {
|
||||
|
||||
expect(response?.statusCode).toEqual(400);
|
||||
expect(response?.body).toEqual({
|
||||
code: 'FST_ERR_VALIDATION',
|
||||
error: 'Bad Request',
|
||||
message: 'body/quincyEmails must be boolean',
|
||||
statusCode: 400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user