diff --git a/packages/integration-tests/test-projects/data-storage-auth-with-triggers-ts/amplify/func-src/response_generator.ts b/packages/integration-tests/test-projects/data-storage-auth-with-triggers-ts/amplify/func-src/response_generator.ts index 1fe96b314d..4bd7b5a28c 100644 --- a/packages/integration-tests/test-projects/data-storage-auth-with-triggers-ts/amplify/func-src/response_generator.ts +++ b/packages/integration-tests/test-projects/data-storage-auth-with-triggers-ts/amplify/func-src/response_generator.ts @@ -9,5 +9,6 @@ export const getResponse = () => { 0x6e, 0xc0, 0xbd, 0x7f, 0x11, 0xc0, 0x43, 0xda, 0x97, 0x5e, 0x2a, 0x8a, 0xd9, 0xeb, 0xae, 0x0b, ]; + // eslint-disable-next-line spellcheck/spell-checker uuidStringify(uuidBytes); // '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b' };