We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712141 commit 59941d3Copy full SHA for 59941d3
test/metrics/metrics.ts
@@ -293,7 +293,7 @@ describe('Test metrics with mock server', () => {
293
attributes,
294
);
295
// Since we only have one attempt, the attempt latency should be fairly close to the operation latency
296
- assertApprox(MIN_LATENCY, attemptLatency, 30);
+ assertApprox(operationLatency, attemptLatency, 30);
297
298
const gfeLatency = getAggregatedValue(gfeLatenciesData, attributes);
299
assert.strictEqual(gfeLatency, 123);
0 commit comments