mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 12:13:18 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
7aacf203a0
commit
6b9d43e9ab
16 changed files with 28 additions and 9 deletions
|
|
@ -95,6 +95,7 @@ test('cloudcmd: /cloudcmd.js: auth: no password', async (t) => {
|
|||
const encoded = Buffer
|
||||
.from(`${username}:`)
|
||||
.toString('base64');
|
||||
|
||||
const authorization = `Basic ${encoded}`;
|
||||
|
||||
const {status} = await request.get(`/${name}`, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue