diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-08-14 16:33:23 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-08-14 16:33:23 +0100 |
commit | 533f9e950db55559a06c8e76d1f50c7f13438311 (patch) | |
tree | a4c17ce7e5486655c0b13bb6dfeaaca8cc015740 /test/functional/cases | |
parent | 1af89c35663dd364c8d46523f0d71adc64f8bde4 (diff) | |
download | rspamd-533f9e950db55559a06c8e76d1f50c7f13438311.tar.gz rspamd-533f9e950db55559a06c8e76d1f50c7f13438311.zip |
[Test] Added few more fake records
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/102_multimap.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/cases/102_multimap.robot b/test/functional/cases/102_multimap.robot index 7aac43e4e..3b0995d56 100644 --- a/test/functional/cases/102_multimap.robot +++ b/test/functional/cases/102_multimap.robot @@ -66,7 +66,7 @@ MAP - FROM MISS MAP - FROM REGEXP ${result} = Scan Message With Rspamc ${MESSAGE} --from user123@test.com Check Rspamc ${result} REGEXP_MAP - ${result} = Scan Message With Rspamc ${MESSAGE} --from somebody@exAmplE.com + ${result} = Scan Message With Rspamc ${MESSAGE} --from somebody@example.com Check Rspamc ${result} REGEXP_MAP MAP - FROM REGEXP MISS |