测试用例换个 token

This commit is contained in:
liangtongchuan
2021-02-04 11:42:55 +08:00
parent b9295ec042
commit 50a472d8a5
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ describe('test zyz login', function() {
it('登录测试', function(done) {
expect(1).equal(1);
pinusClient.request('connector.entryHandler.enter', {token:'mgn0njiajb6kapid3eekvt7tssxelig9zi2oq2bzkxr4zzi9w9', serverId: 1} , (ret) => {
pinusClient.request('connector.entryHandler.enter', {token:'jxrka4ocnzgcgc4pt2jhsikdgktzw9myon55hp34fxjql85yxr', serverId: 1} , (ret) => {
// 消息回调
expect(ret).to.be.an('object');
expect(ret.code).equal(0);