Fix some blocked/allow laggards after migrating. Add DuckDB for outstanding analyitcs performance. Start adding an import for all bot networks
This commit is contained in:
@@ -228,7 +228,7 @@ class EventTest < ActiveSupport::TestCase
|
||||
assert_equal "post", event.request_method
|
||||
assert_equal "deny", event.waf_action
|
||||
assert_equal 1, event.request_method_before_type_cast # POST = 1
|
||||
assert_equal 1, event.waf_action_before_type_cast # DENY = 1
|
||||
assert_equal 0, event.waf_action_before_type_cast # DENY = 0
|
||||
end
|
||||
|
||||
test "payload extraction methods work correctly" do
|
||||
|
||||
Reference in New Issue
Block a user