diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-30 14:05:08 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-30 14:05:08 +0100 |
commit | d1ad30ae1aad11e4bde0d889d9fd19b1fe41c499 (patch) | |
tree | 561df3ef5eaafaa1463253435631a529ead6112e /test | |
parent | 35c422bdef9ed574445d20efa17f61079e826d5a (diff) | |
download | rspamd-d1ad30ae1aad11e4bde0d889d9fd19b1fe41c499.tar.gz rspamd-d1ad30ae1aad11e4bde0d889d9fd19b1fe41c499.zip |
[Minor] Another fix to extract_specific
Diffstat (limited to 'test')
-rw-r--r-- | test/lua/unit/lua_util.extract_specific_urls.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lua/unit/lua_util.extract_specific_urls.lua b/test/lua/unit/lua_util.extract_specific_urls.lua index 73491ecb3..8e225b8fa 100644 --- a/test/lua/unit/lua_util.extract_specific_urls.lua +++ b/test/lua/unit/lua_util.extract_specific_urls.lua @@ -102,7 +102,6 @@ context("Lua util - extract_specific_urls plain", function() "domain1.org", "domain2.org", "domain3.org", - "domain3.org", "test.com", } |