Update packages/health-check/src/utils.js
This commit is contained in:
parent
5065e66b46
commit
330f220e1a
|
@ -61,7 +61,7 @@ function getAuthCookie() {
|
||||||
|
|
||||||
async function authenticate() {
|
async function authenticate() {
|
||||||
try {
|
try {
|
||||||
// authenticate with given test credentials
|
// authenticate with given test user credentials
|
||||||
const response = await got.post(`${process.env.SKYNET_DASHBOARD_URL}/api/login`, {
|
const response = await got.post(`${process.env.SKYNET_DASHBOARD_URL}/api/login`, {
|
||||||
json: { email, password },
|
json: { email, password },
|
||||||
});
|
});
|
||||||
|
|
Reference in New Issue