From d9ab790e19e8cb9faf000f7e3fe35375583eaded Mon Sep 17 00:00:00 2001 From: ckoegel Date: Wed, 31 Jul 2024 15:53:01 -0400 Subject: [PATCH] update prism version --- .github/workflows/test-pr.yml | 2 +- tests/smoke/transcriptions-api.test.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index d8deebb..fc422b3 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -46,7 +46,7 @@ jobs: - name: Install Packages and Test run: | yarn - npm install -g @stoplight/prism-cli + npm install -g @stoplight/prism-cli@5.8.1 prism mock ./bandwidth.yml & yarn test-unit env: OPERATING_SYSTEM: ${{ matrix.os }} diff --git a/tests/smoke/transcriptions-api.test.ts b/tests/smoke/transcriptions-api.test.ts index 51016f0..4a6e29c 100644 --- a/tests/smoke/transcriptions-api.test.ts +++ b/tests/smoke/transcriptions-api.test.ts @@ -49,7 +49,6 @@ describe('TranscriptionsApi', () => { describe('listRealTimeTranscriptions', () => { test('should list call transcriptions', async () => { - console.log(mantecaCallId); await sleep(SLEEP_TIME_S * 20); const { status, data } =