Changeset 1a2f206 in Klonkt for test/c2s-compose.test.js
- Timestamp:
- 07/30/2026 11:17:05 PM (6 weeks ago)
- Branches:
- main
- Children:
- ef519a3
- Parents:
- 55eca8b
- File:
-
- 1 edited
-
test/c2s-compose.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/c2s-compose.test.js
r55eca8b r1a2f206 208 208 }); 209 209 210 test('a failed follow REACHES the app as an error, not a fake 202', async () => { 211 // Following from a boost silently failed (Robins melding, 31-7): the C2S 212 // ingest swallowed followActor's error. An unreachable actor must say so. 213 const r = await AP.ingestOutboxActivity(site, user, { 214 type: 'Follow', object: 'https://unresolvable.invalid/u/niemand', 215 }); 216 assert.equal(r.status, 502); 217 assert.equal(r.error, 'follow_failed'); 218 assert.equal(r.detail, 'unreachable'); 219 }); 220 210 221 test('selfAuthor: the byline for your own outbox notes', () => { 211 222 // The owner's app reads its own posts from the outbox, which carried no
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)