mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
* Resolves #11861 * Fix unit tests for translation changes * Remove non-en quest.json locales
This commit is contained in:
@@ -121,7 +121,7 @@ describe('POST /groups/:groupId/quests/reject', () => {
|
||||
.to.eventually.be.rejected.and.eql({
|
||||
code: 401,
|
||||
error: 'NotAuthorized',
|
||||
message: t('questAlreadyUnderway'),
|
||||
message: t('questAlreadyStartedFriendly'),
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user