diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-10-07 14:56:08 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-10-07 16:56:26 +0200 |
commit | 068c0f279463a97ca4f1159d342e4f64ffe52d0a (patch) | |
tree | 464f527e2f283b0de9a8bb2c81fa6fc17a1ecf43 | |
parent | 4a06c7a391a930153111ad602b21daa756c5f7c9 (diff) |
#915 Use string for tests config port
This adapts the test configuration to the changes made in the commit
fe1ce97c50e575201fe47d7587251e228edf8fdf
-rw-r--r-- | tests/config/ogserver.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/ogserver.json b/tests/config/ogserver.json index d152195..9479da3 100644 --- a/tests/config/ogserver.json +++ b/tests/config/ogserver.json @@ -6,7 +6,7 @@ }, "database" : { "ip": "127.0.0.1", - "port": 3306, + "port": "3306", "name" : "test-db", "user" : "test-db", "pass" : "test-db" |