Merge pull request #7226 from Alys/api-v3-pubChalsMinPrize-rename

[API v3] rename and reword pubChalsMinPrize to reflect that it's only for the Tavern
This commit is contained in:
Blade Barringer
2016-05-14 10:19:43 -05:00
3 changed files with 3 additions and 3 deletions
@@ -37,7 +37,7 @@ describe('POST /challenges', () => {
})).to.eventually.be.rejected.and.eql({
code: 401,
error: 'NotAuthorized',
message: t('pubChalsMinPrize'),
message: t('tavChalsMinPrize'),
});
});