test: updated activitypub test suite

This commit is contained in:
Julian Lam
2023-05-23 16:13:16 -04:00
parent 4bd8d28a8b
commit 1c8e13bb12
2 changed files with 169 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ ActivityPub.getPublicKey = async (uid) => {
};
async function generateKeys(uid) {
winston.info(`[activitypub] Generating RSA key-pair for uid ${uid}`);
winston.verbose(`[activitypub] Generating RSA key-pair for uid ${uid}`);
const {
publicKey,
privateKey,