Changeset 4c70ecb in Klonkt for test/c2s-outbox.test.js
- Timestamp:
- 07/21/2026 11:44:49 PM (7 weeks ago)
- Branches:
- main
- Children:
- 8b07c12
- Parents:
- fb30b5d
- File:
-
- 1 edited
-
test/c2s-outbox.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/c2s-outbox.test.js
rfb30b5d r4c70ecb 67 67 68 68 test('Undo of an unknown inner type → 400', async () => { 69 const out = await AP.ingestOutboxActivity(site, user, { type: 'Undo', object: { type: 'Block', object: 'x' } }); 69 // Block used to be the unsupported example; it is real now (c2s-block.test). 70 const out = await AP.ingestOutboxActivity(site, user, { type: 'Undo', object: { type: 'Move', object: 'x' } }); 70 71 assert.equal(out.status, 400); 71 72 assert.equal(out.error, 'unsupported_undo');
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)