Skip to content

Commit

Permalink
Unbreak desktop complete media tests (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
markspolakovs authored Oct 16, 2024
1 parent ac954d4 commit b68210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/e2e/complete/desktopE2EUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const test = base.extend<{
if (!testSettings.media) {
testSettings.media = {};
}
testSettings.media.mediaPath ||= testMediaPath;
testSettings.media.mediaPath = testMediaPath;
for (const [key, value] of Object.entries(testSettings)) {
env[`__TEST_SETTINGS_${key.toUpperCase()}`] = JSON.stringify(value);
}
Expand Down

0 comments on commit b68210d

Please sign in to comment.