mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 17:10:05 +00:00
test(request-client): revert changed port
This commit is contained in:
@@ -27,7 +27,7 @@ jest
|
|||||||
axiosActual.create({ baseURL, httpsAgent })
|
axiosActual.create({ baseURL, httpsAgent })
|
||||||
)
|
)
|
||||||
|
|
||||||
const PORT = 8015
|
const PORT = 8000
|
||||||
const SERVER_URL = `https://localhost:${PORT}/`
|
const SERVER_URL = `https://localhost:${PORT}/`
|
||||||
|
|
||||||
describe('RequestClient', () => {
|
describe('RequestClient', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user