diff --git a/gax/test/test-application/src/index.ts b/gax/test/test-application/src/index.ts index 1d319c9a4..c83a733f3 100644 --- a/gax/test/test-application/src/index.ts +++ b/gax/test/test-application/src/index.ts @@ -1154,7 +1154,6 @@ async function testServerStreamingThrowsCannotSetTotalTimeoutMillisMaxRetries( // The test should not retry when the max retries are set to 0 // and the emitted error should bubble up to the user when it does not retry. async function testErrorMaxRetries0(client: SequenceServiceClient) { - const finalData: string[] = []; const shouldRetryFn = (error: GoogleError) => { return [4].includes(error!.code!); };