mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Added fix for chat revoke creation test (#10218)
This commit is contained in:
parent
ed607d2bae
commit
6ba28b5757
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue