diff --git a/packages/health-check/src/utils.js b/packages/health-check/src/utils.js index c8362f05..595fbb1e 100644 --- a/packages/health-check/src/utils.js +++ b/packages/health-check/src/utils.js @@ -61,7 +61,7 @@ function getAuthCookie() { async function authenticate() { try { - // authenticate with given test credentials + // authenticate with given test user credentials const response = await got.post(`${process.env.SKYNET_DASHBOARD_URL}/api/login`, { json: { email, password }, });