1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-17 09:00:06 +00:00

test(request-client): revert changed port

This commit is contained in:
Yury Shkoda
2023-08-17 13:44:08 +03:00
parent 5b2d9e675f
commit 259b6b3ff2

View File

@@ -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', () => {