mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
test
This commit is contained in:
parent
9851340376
commit
e3c88d1f6c
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ describe('API', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('正しい情報で正しくサインインできる', done => {
|
||||
it('正しい情報でサインインできる', done => {
|
||||
request('/signin', account).then(res => {
|
||||
res.should.have.status(204);
|
||||
me = res.header['set-cookie'][0].match(/i=(!\w+)/)[1];
|
||||
|
@ -151,4 +151,4 @@ describe('API', () => {
|
|||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue