Skip to content

Commit 9ede409

Browse files
committed
chore: fix cloud request spec
1 parent e9f5df0 commit 9ede409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/test/unit/cloud/api/cloud_request_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sinonChai from 'sinon-chai'
33
import chai, { expect } from 'chai'
44
// NOTE: having to import directly from the lib folder as we cannot test ES6 classes effectively with sinon.
55
// Since this is a test, this is OK, but testing directly from lib in other modules is not a best practice.
6-
import agent, { strictAgent } from '@packages/network/lib/agent'
6+
import { agent, strictAgent } from '@packages/network'
77
import axios, { CreateAxiosDefaults, AxiosInstance } from 'axios'
88
import debugLib from 'debug'
99
import stripAnsi from 'strip-ansi'

0 commit comments

Comments
 (0)