]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove broken test
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Jul 2020 11:02:45 +0000 (12:02 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Jul 2020 11:02:45 +0000 (12:02 +0100)
test/lua/unit/logger.lua

index fb04bfde339e90d4b51f44759ef45cbc4819ce28..dc0120709ec089f5f11e17ddd9ab6844ece3cbcd 100644 (file)
@@ -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},
     }