refactor(gateway): remove orphan testing aliases (#122433)

This commit is contained in:
Peter Steinberger
2026-08-11 21:44:51 -07:00
committed by GitHub
parent 722e20b675
commit fc31a157cc
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -1292,5 +1292,4 @@ export async function callGateway<T = Record<string, unknown>>(
export function randomIdempotencyKey() {
return randomUUID();
}
export { testing as __testing };
/* oxlint-disable max-lines -- TODO: split this grandfathered oversized file. */
-1
View File
@@ -1392,5 +1392,4 @@ export async function handleOpenResponsesHttpRequest(
return true;
}
export { testing as __testing };
/* oxlint-disable max-lines -- TODO: split this grandfathered oversized file. */
-1
View File
@@ -1593,5 +1593,4 @@ export const agentsHandlers: GatewayRequestHandlers = {
);
},
};
export { testing as __testing };
/* oxlint-disable max-lines -- TODO: split this grandfathered oversized file. */