Update backend/test/activitypub.spec.ts

pull/110/head
Sven Sauleau 2023-01-16 16:20:03 +01:00 zatwierdzone przez GitHub
rodzic 196d6fa896
commit 03de5cb433
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -109,7 +109,7 @@ describe('ActivityPub', () => {
}
})
test("should show private notes to target but doesn't yet", async () => {
test("doesn't show private note in target outbox", async () => {
const db = await makeDB()
const actorA = await createPerson(domain, db, userKEK, 'a@cloudflare.com')
const actorB = await createPerson(domain, db, userKEK, 'target@cloudflare.com')