Update packages/health-check/src/utils.js

This commit is contained in:
Karol Wypchło 2022-01-14 10:51:09 +01:00 committed by GitHub
parent 5065e66b46
commit 330f220e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
});