Skip to content

Commit

Permalink
fixed test koa url
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Mar 31, 2024
1 parent 0c8750a commit 281250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-node-koa.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const generate = async () => {

// request koa server
const url = 'http://localhost:3080';
const [err, res] = await Util.request();
const [err, res] = await Util.request(url);
if (err) {
EC.logRed(`failed to request koa url: ${url}`);
return;
Expand Down

0 comments on commit 281250b

Please sign in to comment.