diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-01-19 08:02:51 +0100 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-01-19 08:02:51 +0100 |
commit | ee587bdf28e581d6b998f334ebb38d408e6b7af1 (patch) | |
tree | 3b563ea23fbc5c3d1d50665690c042f843dfbe7c /test/functional/lib/vars.py | |
parent | 7b4a3195897f7e3b4e01ba01ef02c2fc74a9f904 (diff) | |
download | rspamd-ee587bdf28e581d6b998f334ebb38d408e6b7af1.tar.gz rspamd-ee587bdf28e581d6b998f334ebb38d408e6b7af1.zip |
[Fix] tests - antivirus - fprot symbols
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 e707480a8..97b53b2e1 100644 --- a/test/functional/lib/vars.py +++ b/test/functional/lib/vars.py @@ -14,7 +14,7 @@ PORT_NORMAL_SLAVE = 56794 PORT_PROXY = 56795 PORT_CLAM = 56796 PORT_FPROT = 56797 -PORT_FPROT_DUPLICATE = 56798 +PORT_FPROT2_DUPLICATE = 56798 REDIS_ADDR = u'127.0.0.1' REDIS_PORT = 56379 NGINX_ADDR = u'127.0.0.1' |