Skip to content

Commit

Permalink
chore(k6 tests): update entry point (#10024)
Browse files Browse the repository at this point in the history
Ran the k6 tests with @Josh-Walker-GM and we noticed that I forgot to
update one of the entry points in my api server PRs (see
#9948).
  • Loading branch information
jtoar committed Feb 17, 2024
1 parent ea6c7c7 commit d520c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/k6-test/run-k6-tests.mts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const API_SERVER_COMMANDS = [
host: 'http://localhost:8911',
},
{
cmd: `node ${path.resolve(REDWOOD_PROJECT_DIRECTORY, 'node_modules/@redwoodjs/api-server/dist/index.js')} api`,
cmd: `node ${path.resolve(REDWOOD_PROJECT_DIRECTORY, 'node_modules/@redwoodjs/api-server/dist/bin.js')} api`,
host: 'http://localhost:8911'
},
]
Expand Down

0 comments on commit d520c49

Please sign in to comment.