From b6559379834b1ab35fe502d681f6923d5cf5b17a Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 24 Sep 2021 11:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8B=8D=E5=8D=96=E8=A1=8Cdebug=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/auction.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/test/auction.test.ts b/game-server/test/auction.test.ts index a5bbc0524..fb9e733c0 100644 --- a/game-server/test/auction.test.ts +++ b/game-server/test/auction.test.ts @@ -82,7 +82,7 @@ describe('拍卖行测试', function () { it('添加拍品', function (done) { const sourceCode = Math.random().toString(36).slice(-8); - pinusClient.request('battle.auctionHandler.debugAddLots', { magicWord: DEBUG_MAGIC_WORD, sourceType: AUCTION_SOURCE.GATE, sourceCode, rewards: [{ id: GOOD_ID_TIEJIAN, count: 1 }, { id: GOOD_ID_GANGJIAN, count: 2 }] }, (res) => { + pinusClient.request('battle.auctionHandler.debugAddLots', { magicWord: DEBUG_MAGIC_WORD, sourceType: AUCTION_SOURCE.GATE, sourceCode, poolId: 1 }, (res) => { checkSuccessResponse(res); expect(res.data.lots).to.be.an('array'); for (let lot of res.data.lots) {