Added fix for chat revoke creation test (#10218)

This commit is contained in:
Keith Holliday 2018-04-02 12:11:30 -05:00 committed by Matteo Pagliazzi
parent ed607d2bae
commit 6ba28b5757

View file

@ -144,6 +144,7 @@ describe('POST /group', () => {
user.post('/groups', {
name: 'Test Public Guild',
type: 'guild',
privacy: 'public',
})
).to.eventually.be.rejected.and.eql({
code: 401,