diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-10-14 15:08:18 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-10-14 15:08:18 +0200 |
commit | 50ef6c716150437a4246aab03d74402dc1cd3cd9 (patch) | |
tree | 443835f06b9f05a82b89a15d024524ee4fd4107d /test/functional/cases | |
parent | c7cf4d68dbf5adb173f5a7391833cc9df8e2b4dd (diff) | |
download | rspamd-50ef6c716150437a4246aab03d74402dc1cd3cd9.tar.gz rspamd-50ef6c716150437a4246aab03d74402dc1cd3cd9.zip |
[Test] Try improve test stability
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/102_multimap.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/cases/102_multimap.robot b/test/functional/cases/102_multimap.robot index 22551cba8..17ea2b741 100644 --- a/test/functional/cases/102_multimap.robot +++ b/test/functional/cases/102_multimap.robot @@ -70,11 +70,11 @@ MAP - FROM REGEXP MISS Check Rspamc ${result} REGEXP_MAP inverse=1 MAP - DEPENDS HIT - ${result} = Scan Message With Rspamc ${MESSAGE} -i 147.243.1.47 --from user123@microsoft.com + ${result} = Scan Message With Rspamc ${MESSAGE} -i 5.9.155.182 --from user123@rspamd.com Check Rspamc ${result} DEPS_MAP MAP - DEPENDS MISS - ${result} = Scan Message With Rspamc ${MESSAGE} -i 127.0.0.1 --from user123@microsoft.com + ${result} = Scan Message With Rspamc ${MESSAGE} -i 1.2.3.4 --from user123@rspamd.com Check Rspamc ${result} DEPS_MAP inverse=1 MAP - MULSYM PLAIN |