From 0ba14c18b17844ee7f51e5c9a6fd8ce31d65bd03 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 19 Jun 2024 18:03:15 +0200 Subject: [PATCH] fix stub reference --- test/api/v3/integration/user/buy/POST-user_buy.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/api/v3/integration/user/buy/POST-user_buy.test.js b/test/api/v3/integration/user/buy/POST-user_buy.test.js index f91831d37a..8d0e5870f1 100644 --- a/test/api/v3/integration/user/buy/POST-user_buy.test.js +++ b/test/api/v3/integration/user/buy/POST-user_buy.test.js @@ -83,8 +83,6 @@ describe('POST /user/buy/:key', () => { expect(res.message).to.equal(t('messageBought', { itemText: item.text(), })); - - stub.restore(); }); it('allows for bulk purchases', async () => {