atproto/packages/ozone/tests/__snapshots__/blob-divert.test.ts.snap
Daniel Holmgren 2ea27e340a
Ozone lexicons (#2288)
* lexicons

* clean up old admin schemas

* codegen

* renaming all routes

* fix more

* fix snaps

* fix test

* format

* hook up ozone routes on pds

* publish next version

* build branch

* dont build branch
2024-03-12 18:42:11 -05:00

23 lines
531 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`blob divert sends blobs to configured divert service and marks divert date 1`] = `
Object {
"createdAt": "1970-01-01T00:00:00.000Z",
"createdBy": "user(0)",
"event": Object {
"$type": "tools.ozone.moderation.defs#modEventDivert",
"comment": "Diverting for test",
},
"id": 1,
"subject": Object {
"$type": "com.atproto.repo.strongRef",
"cid": "cids(0)",
"uri": "record(0)",
},
"subjectBlobCids": Array [
"cids(1)",
"cids(2)",
],
}
`;