mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
test(etapi): port basic-auth
This commit is contained in:
@@ -12,4 +12,5 @@ export async function login(app: Application) {
|
||||
.expect(201);
|
||||
const token = response.body.authToken;
|
||||
expect(token).toBeTruthy();
|
||||
return token;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user