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 } =