diff --git a/framework/test/mocha/unit/modules/http_api/controllers/blocks.js b/framework/test/mocha/unit/modules/http_api/controllers/blocks.js index 2381906d480..d6b05ddae91 100644 --- a/framework/test/mocha/unit/modules/http_api/controllers/blocks.js +++ b/framework/test/mocha/unit/modules/http_api/controllers/blocks.js @@ -54,7 +54,6 @@ describe('blocks/api', () => { entities: { Block: { get: sinonSandbox.stub().resolves([]), - getRaw: sinonSandbox.stub().resolves(rawBlock), }, }, };