diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-28 15:20:17 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-28 15:20:17 +0100 |
commit | b871a1e1334570e6548f181cc59c97e5015f61aa (patch) | |
tree | 81f0a0df6d3b44500888ef3e2fc5b5c5292630ab /test/functional/lib/vars.py | |
parent | 16336abe444c94988d1980e4dc250d3de9b28e4a (diff) | |
download | rspamd-b871a1e1334570e6548f181cc59c97e5015f61aa.tar.gz rspamd-b871a1e1334570e6548f181cc59c97e5015f61aa.zip |
[Fix] Fix paths in tests
Diffstat (limited to 'test/functional/lib/vars.py')
-rw-r--r-- | test/functional/lib/vars.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/vars.py b/test/functional/lib/vars.py index d76d58d84..170b7c5c3 100644 --- a/test/functional/lib/vars.py +++ b/test/functional/lib/vars.py @@ -1,6 +1,6 @@ KEY_PVT1 = 'ekd3x36tfa5gd76t6pa8hqif3ott7n1siuux68exbkk7ukscte9y' KEY_PUB1 = 'm8kneubpcjsb8sbsoj7jy7azj9fdd3xmj63txni86a8ye9ncomny' -LOCAL_ADDR = 'localhost' +LOCAL_ADDR = '127.0.0.1' PORT_CONTROLLER = 56790 PORT_FUZZY = 56791 PORT_NORMAL = 56789 |