Skip to content

Commit 842eaf5

Browse files
committed
Update test name
1 parent ef2ecd0 commit 842eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/influx.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, it, expect, vi } from 'vitest';
22
import { reportRequestMetric } from '../lib/influx.js';
33

44
describe('reportRequestMetric', () => {
5-
it('should report metrics correctly', async () => {
5+
it('should report metrics to InfluxDB over HTTP', async () => {
66
const request = {
77
url: 'https://example.com/path?api-key=test-key',
88
method: 'GET',

0 commit comments

Comments
 (0)