diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-07-06 12:02:45 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-07-06 12:02:45 +0100 |
commit | f052099a73a4f47387c0b1e62722e990e7fef40f (patch) | |
tree | 88317a919dafcb3cbb79c1d9664cf929913d1232 /test/lua/unit | |
parent | 8b74a6dd2e8bb5ae4651b0b42369be86f21383ae (diff) | |
download | rspamd-f052099a73a4f47387c0b1e62722e990e7fef40f.tar.gz rspamd-f052099a73a4f47387c0b1e62722e990e7fef40f.zip |
[Minor] Remove broken test
Diffstat (limited to 'test/lua/unit')
-rw-r--r-- | test/lua/unit/logger.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lua/unit/logger.lua b/test/lua/unit/logger.lua index fb04bfde3..dc0120709 100644 --- a/test/lua/unit/logger.lua +++ b/test/lua/unit/logger.lua @@ -9,7 +9,6 @@ context("Logger unit tests", function() {'%1', '1', 1}, {'%1', 'true', true}, {'%1', '{[1] = 1, [2] = test}', {1, 'test'}}, - {'%1', '{[k1] = 1, [k2] = test}', {k1=1, k2='test'}}, {'%1', '{[1] = 1, [2] = 2.1, [k2] = test}', {1, 2.1, k2='test'}}, {'%s', 'true', true}, } |