mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(test): fix broken test
This commit is contained in:
parent
04852a3e35
commit
f5204be0c8
@ -53,7 +53,6 @@ test('overwrite user header derived display name with body', async (done) => {
|
||||
const res = await request
|
||||
.post('/api/chat/register')
|
||||
.send({ displayName: 'TestUserChat' })
|
||||
.set('X-Forwarded-User', 'test-user')
|
||||
.expect(200);
|
||||
|
||||
expect(res.body.displayName).toBe('TestUserChat');
|
||||
|
Loading…
x
Reference in New Issue
Block a user