Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 27, 2024
1 parent 46ab45e commit a4de864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/v2/server/testMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('Test middleware', () => {
);
const count = duration.filter(metric => metric.metricName === `${durationMetric}_count`);
assert.deepStrictEqual(count, [{
"exemplar": [undefined]
"exemplar": [undefined],

Check warning on line 127 in tests/unit/v2/server/testMiddleware.js

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
labels: {
action: 'listMetrics',
code: 200,
Expand Down

0 comments on commit a4de864

Please sign in to comment.