diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-12 15:54:59 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-12 15:54:59 +0100 |
commit | b8c6149a7678a5593daa5ffe96a2d22953c341b1 (patch) | |
tree | 280a9c9c160478a03dc84561c66af024586e80be /test | |
parent | 9a8b57376c793110196188b814ba34184902f5dc (diff) | |
download | rspamd-b8c6149a7678a5593daa5ffe96a2d22953c341b1.tar.gz rspamd-b8c6149a7678a5593daa5ffe96a2d22953c341b1.zip |
[Minor] Fix some cases of strong headers usage
Diffstat (limited to 'test')
-rw-r--r-- | test/lua/unit/selectors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/unit/selectors.lua b/test/lua/unit/selectors.lua index be77454e5..a9506fa31 100644 --- a/test/lua/unit/selectors.lua +++ b/test/lua/unit/selectors.lua @@ -62,7 +62,7 @@ context("Selectors test", function() ["digest"] = { selector = "digest", - expect = {"c459a21bd1f33fb4ba035481f46ef0c7"} + expect = {"5b756ff185494c36f26c17a70b042f21"} }, ["user"] = { |