Skip to content

Commit

Permalink
add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Aug 28, 2024
1 parent 8b857a6 commit f330fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/datadog-plugin-kafkajs/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ describe('Plugin', () => {
service: 'test-kafka',
resource: testTopic
})
expect(span.metrics).to.include({
expect(span.metrics).to.be.gt({
'kafka.batch_size': 1
})

Expand Down Expand Up @@ -659,7 +659,7 @@ describe('Plugin', () => {
service: 'test-kafka',
resource: testTopic
})
expect(span.metrics).to.include({
expect(span.metrics).to.be.gt({
'kafka.batch_size': 1
})

Expand Down Expand Up @@ -714,7 +714,7 @@ describe('Plugin', () => {
service: 'test-kafka',
resource: testTopic
})
expect(span.metrics).to.include({
expect(span.metrics).to.be.gt({
'kafka.batch_size': 1
})

Expand Down

0 comments on commit f330fe4

Please sign in to comment.