Skip to content

Commit

Permalink
fix: videoUploadOnPasses [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Sep 19, 2023
1 parent 1d88e79 commit 4f07bde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cypress-cloud/lib/results/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export const getInstanceTestsPayload = (
// @ts-ignore
config: {
...config.getConfig(),
// @ts-ignore
videoUploadOnPasses: config?.videoUploadOnPasses ?? false,
videoUploadOnPasses: config.getConfig()?.videoUploadOnPasses ?? false,
},
tests: (runResult.tests ?? []).map(
StandardResultsToAPIResults.getTestForSetTests
Expand Down

0 comments on commit 4f07bde

Please sign in to comment.