修改测试 token,减少测试打印

This commit is contained in:
liangtongchuan
2021-02-04 17:13:24 +08:00
parent a4f2ed7380
commit 6b00dc79c4
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ describe('test zyz login', function() {
it('登录测试', function(done) {
expect(1).equal(1);
pinusClient.request('connector.entryHandler.enter', {token:'jxrka4ocnzgcgc4pt2jhsikdgktzw9myon55hp34fxjql85yxr', serverId: 1} , (ret) => {
pinusClient.request('connector.entryHandler.enter', {token:'3dc788mrgqshmu8dawocuiftf4lpkjo8sah6p023rin7396n6o', serverId: 1} , (ret) => {
// 消息回调
expect(ret).to.be.an('object');
expect(ret.code).equal(0);