From 4863d935506ac284c6966c4d6bbd8d38f47d1718 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Thu, 18 Jul 2024 10:08:01 -0500 Subject: [PATCH] chore: fix GitHub code scanning alert Closes https://github.com/BitGo/api-ts/security/code-scanning/19 --- packages/openapi-generator/test/openapi.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/openapi-generator/test/openapi.test.ts b/packages/openapi-generator/test/openapi.test.ts index e5f5d437..5ef9d28d 100644 --- a/packages/openapi-generator/test/openapi.test.ts +++ b/packages/openapi-generator/test/openapi.test.ts @@ -3599,7 +3599,7 @@ export const route = h.httpRoute({ response: { 200: t.literal('OK'), }, -});` +});`; testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, { openapi: '3.0.3', @@ -3675,4 +3675,4 @@ testCase("route with array examples", ROUTE_WITH_ARRAY_EXAMPLE, { components: { schemas: {} } -}); \ No newline at end of file +});