diff --git a/dao/persondao.test.js b/dao/persondao.test.js
index 6f1d3afa18a6f7fbbaffbc3251a8016168ebedb8..dda12e6d6e316023064fecf47fc5a5ff924b54a2 100644
--- a/dao/persondao.test.js
+++ b/dao/persondao.test.js
@@ -7,9 +7,9 @@ const runsqlfile = require("./runsqlfile.js");
 var pool = mysql.createPool({
   connectionLimit: 1,
   host: "mysql.stud.iie.ntnu.no",
-  user: "eyvindnh",
-  password: "baqveHFo",
-  database: "eyvindnh",
+  user: "root",
+  password: "secret",
+  database: "supertestdb",
   debug: false,
   multipleStatements: true
 });