diff --git a/server/tests/api/server/jobs.ts b/server/tests/api/server/jobs.ts index f248c5521..b2922c5da 100644 --- a/server/tests/api/server/jobs.ts +++ b/server/tests/api/server/jobs.ts @@ -48,7 +48,7 @@ describe('Test jobs', function () { const job = res.body.data[0] expect(job.state).to.equal('completed') - expect(job.type).to.equal('activitypub-http-unicast') + expect(job.type).to.equal('activitypub-follow') expect(dateIsValid(job.createdAt)).to.be.true expect(dateIsValid(job.processedOn)).to.be.true expect(dateIsValid(job.finishedOn)).to.be.true