Skip to content

Commit

Permalink
Merge pull request #207 from qgustavor/fix-deno-test
Browse files Browse the repository at this point in the history
Fix Deno tests
  • Loading branch information
qgustavor authored Sep 5, 2024
2 parents a82861b + 4b7637b commit d79318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/test-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if (testedPlatform === 'node') {
const subprocess = cp.spawn('deno', [
'test',
'--allow-env=MEGA_MOCK_URL',
'--allow-net=' + gateway.slice(7),
'--allow-net=' + gateway.slice(7, -1),
...extraArguments
], {
cwd: buildDir,
Expand Down

0 comments on commit d79318d

Please sign in to comment.