We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5117d4 commit 3528095Copy full SHA for 3528095
1 file changed
handwritten/storage/conformance-test/conformanceCommon.ts
@@ -137,7 +137,7 @@ export function executeScenario(testCase: RetryTestCase) {
137
throw new Error('Failed to get a valid test ID from test bench.');
138
}
139
140
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ /* // eslint-disable-next-line @typescript-eslint/no-explicit-any
141
const internalGaxios = (storageTransport as any).authClient
142
?.gaxiosInstance;
143
@@ -148,7 +148,7 @@ export function executeScenario(testCase: RetryTestCase) {
148
config.headers['x-retry-test-id'] = creationResult.id;
149
return config;
150
});
151
- }
+ } */
152
153
// Create a Proxy around rawStorageTransport to intercept makeRequest
154
storageTransport = new Proxy(rawStorageTransport, {
0 commit comments