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