Skip to content

Commit

Permalink
Add possible fix for hono workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 23, 2024
1 parent 24ccc68 commit 8a857ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const assert = require("assert");
// Run the tests in a DOM environment.
require("jsdom-global")();

const APP_URL = process.env.APP_URL || "http://localhost:8787";
const APP_URL = process.env.APP_URL || "http://localhost:3001";

describe("Auth API Tests", () => {
const signupBody = {
Expand Down

0 comments on commit 8a857ae

Please sign in to comment.