Skip to content

Commit 3528095

Browse files
authored
comment interceptors
1 parent c5117d4 commit 3528095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/storage/conformance-test/conformanceCommon.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function executeScenario(testCase: RetryTestCase) {
137137
throw new Error('Failed to get a valid test ID from test bench.');
138138
}
139139

140-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
140+
/* // eslint-disable-next-line @typescript-eslint/no-explicit-any
141141
const internalGaxios = (storageTransport as any).authClient
142142
?.gaxiosInstance;
143143
@@ -148,7 +148,7 @@ export function executeScenario(testCase: RetryTestCase) {
148148
config.headers['x-retry-test-id'] = creationResult.id;
149149
return config;
150150
});
151-
}
151+
} */
152152

153153
// Create a Proxy around rawStorageTransport to intercept makeRequest
154154
storageTransport = new Proxy(rawStorageTransport, {

0 commit comments

Comments
 (0)