unauthenticated WebSocket via libsignal: shadowing mode
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
d696a2c082
commit
9f40562b19
14 changed files with 636 additions and 119 deletions
|
@ -127,9 +127,9 @@ describe('WebSocket-Resource', () => {
|
|||
}).finish(),
|
||||
});
|
||||
|
||||
const { status, message } = await promise;
|
||||
assert.strictEqual(message, 'OK');
|
||||
assert.strictEqual(status, 200);
|
||||
const response = await promise;
|
||||
assert.strictEqual(response.statusText, 'OK');
|
||||
assert.strictEqual(response.status, 200);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue