From 8becf4dbbb8d8a6234991a146ea6d2ab0332d398 Mon Sep 17 00:00:00 2001 From: ConjunctiveNormalForm Date: Thu, 14 Mar 2024 13:49:52 -0400 Subject: [PATCH] fix test --- bin/stacks/api-stack.ts | 2 +- test/handlers/hard-quote/handler.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/stacks/api-stack.ts b/bin/stacks/api-stack.ts index cd515dab..07cb0383 100644 --- a/bin/stacks/api-stack.ts +++ b/bin/stacks/api-stack.ts @@ -307,7 +307,7 @@ export class APIStack extends cdk.Stack { sourceMap: true, }, environment: { - VERSION: '2', + VERSION: '3', NODE_OPTIONS: '--enable-source-maps', ...props.envVars, stage, diff --git a/test/handlers/hard-quote/handler.test.ts b/test/handlers/hard-quote/handler.test.ts index 16ef67f9..39266dc9 100644 --- a/test/handlers/hard-quote/handler.test.ts +++ b/test/handlers/hard-quote/handler.test.ts @@ -246,7 +246,7 @@ describe('Quote handler', () => { }); }); - it('No quotes', async () => { + it.only('No quotes', async () => { const request = await getRequest(getOrder({ cosigner: cosignerWallet.address })); const response: APIGatewayProxyResult = await getQuoteHandler([]).handler(