We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f2f30 commit 863d563Copy full SHA for 863d563
gax/test/test-application/src/index.ts
@@ -1154,7 +1154,6 @@ async function testServerStreamingThrowsCannotSetTotalTimeoutMillisMaxRetries(
1154
// The test should not retry when the max retries are set to 0
1155
// and the emitted error should bubble up to the user when it does not retry.
1156
async function testErrorMaxRetries0(client: SequenceServiceClient) {
1157
- const finalData: string[] = [];
1158
const shouldRetryFn = (error: GoogleError) => {
1159
return [4].includes(error!.code!);
1160
};
0 commit comments