fix(tests): use local socket
This commit is contained in:
parent
4f388d1a11
commit
422232a34f
4 changed files with 8 additions and 4 deletions
|
@ -28,7 +28,8 @@ func TestUsersHandlers(t *testing.T) {
|
|||
"limiterCyc": 1000
|
||||
},
|
||||
"server": {
|
||||
"debug": true
|
||||
"debug": true,
|
||||
"host": "127.0.0.1"
|
||||
},
|
||||
"fs": {
|
||||
"root": "testData"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue