# File test/test_ServerError.rb, line 215 def test_logging_error_query @ServerError.error_sample = @error_sample assert_equal({ 'type' => 'logging', 'id' => '1' }, @ServerError.logging_error_query) assert_equal(1, @setup_logging_errors_call) end