rename and reword pubChalsMinPrize to reflect that it's only for Tavern challenges

This commit is contained in:
Alys
2016-05-14 16:40:40 +10:00
parent 4dd7c29baf
commit fd13c7aa60
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ describe('POST /challenges', () => {
})).to.eventually.be.rejected.and.eql({
code: 401,
error: 'NotAuthorized',
message: t('pubChalsMinPrize'),
message: t('tavChalsMinPrize'),
});
});