chore: fix eslint

This commit is contained in:
Sid
2026-05-15 13:55:47 +05:30
parent 1ab2368f0f
commit bd2b1ecb70

View File

@@ -17,7 +17,7 @@ describe('interpolate-vars: interpolateVars', () => {
const result = interpolateVars(request, { shouldNotApply: 'value' }, null, null);
expect(result.data).toBe(streamPayload);
});
});
});
describe('interpolate-vars: api key header name sidecar', () => {