File tree Expand file tree Collapse file tree
packages/connectivity/src/http-agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ jest.mock('jks-js', () => ({
99import * as jks from 'jks-js' ;
1010import { registerDestinationCache } from '../scp-cf/destination/register-destination-cache' ;
1111import { certAsString } from '../../../../test-resources/test/test-util/test-certificate' ;
12- import { agentCreateCache , getAgentConfig } from './http-agent' ;
12+ import { agentCache , getAgentConfig } from './http-agent' ;
1313import type { HttpDestination } from '../scp-cf/destination' ;
1414import type { DestinationCertificate } from '../scp-cf' ;
1515
@@ -259,7 +259,7 @@ describe('createAgent', () => {
259259
260260describe ( 'agent caching' , ( ) => {
261261 beforeEach ( ( ) => {
262- agentCreateCache . clear ( ) ;
262+ agentCache . clear ( ) ;
263263 } ) ;
264264
265265 it ( 'returns the same agent instance for the same destination options' , async ( ) => {
You can’t perform that action at this time.
0 commit comments