Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 9, 2024
1 parent 4ac74b0 commit 93dbcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/bullMqMetricsPlugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ describe('bullMqMetricsPlugin', () => {

const responseAfter = await vi.waitUntil(async () => {
const responseAfter = await getMetrics()
// @ts-ignore
if (
// @ts-ignore
responseAfter.result.body.includes(
'bullmq_jobs_finished_duration_count{status="completed",queue="test_job"} 2',
)
Expand Down

0 comments on commit 93dbcbb

Please sign in to comment.