fixing tests

This commit is contained in:
Chris Troutner
2026-05-15 13:31:37 -07:00
parent 58ff8ef650
commit a37cad7138
+3
View File
@@ -26,6 +26,9 @@ describe('#full-node-rpc.js', () => {
beforeEach(() => {
sandbox = sinon.createSandbox()
mockAxiosInstance = {
defaults: {
baseURL: baseConfig.fullNode.rpcBaseUrl
},
post: sandbox.stub()
}
axiosCreateStub = sandbox.stub(axios, 'create').returns(mockAxiosInstance)