From 04291e1ba44032165388758e993d385a10c1c5a1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 Aug 2018 16:52:17 +0200 Subject: [PATCH] Fix job tests --- server/tests/api/server/jobs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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