Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Octo8080X committed Jan 2, 2024
1 parent bbd3ed6 commit 4d6fa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { mysql2 } from "npm:@lucia-auth/adapter-mysql";
import mysql from "npm:mysql2/promise";

const connection = await mysql.createConnection({
host: "localhost",
host: "0.0.0.0",
user: "root",
password: "password_root",
port: 3306,
Expand Down Expand Up @@ -38,7 +38,7 @@ await connection.destroy();

export const connectionPool = mysql.createPool({
database: "test",
host: "localhost",
host: "0.0.0.0",
user: "root",
password: "password_root",
port: 3306,
Expand Down

0 comments on commit 4d6fa14

Please sign in to comment.