Skip to content
Snippets Groups Projects
Commit d450455c authored by Anders Hallem Iversen's avatar Anders Hallem Iversen
Browse files

Fixed tests

parent e7152022
No related branches found
No related tags found
No related merge requests found
Pipeline #22418 passed
node_modules node_modules
coverage
\ No newline at end of file
...@@ -6,10 +6,10 @@ const runsqlfile = require("./runsqlfile.js"); ...@@ -6,10 +6,10 @@ const runsqlfile = require("./runsqlfile.js");
// GitLab CI Pool // GitLab CI Pool
var pool = mysql.createPool({ var pool = mysql.createPool({
connectionLimit: 1, connectionLimit: 1,
host: "localhost", host: "mysql.stud.iie.ntnu.no",
user: "root", user: "anderhi",
password: "123123123", password: "K8UdE3Qt",
database: "bb", database: "anderhi",
debug: false, debug: false,
multipleStatements: true multipleStatements: true
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment