Skip to content

Commit

Permalink
chore: revert cli change
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 14, 2023
1 parent 13ec5ec commit 0b367db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CLINode14Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CLINode14Test extends Base
'cp tests/languages/cli/test.js tests/sdks/cli/test.js'
];
protected string $command =
'docker run --rm -v $(pwd):/app -w /app/tests/sdks/cli node:14-alpine node test.js';
'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/cli node:14-alpine node test.js';

protected array $expectedOutput = [
...Base::FOO_RESPONSES,
Expand Down

0 comments on commit 0b367db

Please sign in to comment.