diff --git a/libs/coin-modules/coin-tezos/src/network/bakers.test.ts b/libs/coin-modules/coin-tezos/src/network/bakers.test.ts index ec9c6808f02b..d8309ae82b48 100644 --- a/libs/coin-modules/coin-tezos/src/network/bakers.test.ts +++ b/libs/coin-modules/coin-tezos/src/network/bakers.test.ts @@ -111,9 +111,11 @@ describe("Tezos Baker", () => { const response = { data, status: 200, - headers: {}, + headers: {} as any, statusText: "", - config: {}, + config: { + headers: {} as any, + }, }; mockedNetwork.mockReturnValue(Promise.resolve(response));