#915 Use string for tests config port

This adapts the test configuration to the changes made in the commit
fe1ce97c50
master
Roberto Hueso Gómez 2020-10-07 14:56:08 +02:00 committed by OpenGnSys Support Team
parent 4a06c7a391
commit 068c0f2794
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
},
"database" : {
"ip": "127.0.0.1",
"port": 3306,
"port": "3306",
"name" : "test-db",
"user" : "test-db",
"pass" : "test-db"