diff options
-rw-r--r-- | server/tests/api/server/jobs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
48 | const job = res.body.data[0] | 48 | const job = res.body.data[0] |
49 | 49 | ||
50 | expect(job.state).to.equal('completed') | 50 | expect(job.state).to.equal('completed') |
51 | expect(job.type).to.equal('activitypub-http-unicast') | 51 | expect(job.type).to.equal('activitypub-follow') |
52 | expect(dateIsValid(job.createdAt)).to.be.true | 52 | expect(dateIsValid(job.createdAt)).to.be.true |
53 | expect(dateIsValid(job.processedOn)).to.be.true | 53 | expect(dateIsValid(job.processedOn)).to.be.true |
54 | expect(dateIsValid(job.finishedOn)).to.be.true | 54 | expect(dateIsValid(job.finishedOn)).to.be.true |