Merge pull request #23 from theta42/Permissions

Testing fix
This commit is contained in:
2026-07-01 11:47:44 -04:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ const crypto = require('crypto');
const request = require('supertest');
const app = require('../app');
const TEST_CREDS = { uid: 'test', password: 'ZxAsQw!2' };
const TEST_CREDS = { uid: 'test', password: 'MyTestPassword!2' };
async function login() {
const res = await request(app)