Commit 1e6e9484 authored by Quang-Minh Nguyen's avatar Quang-Minh Nguyen

Add one more test case to Error Tracking context tests

parent 834abb31
......@@ -6,6 +6,7 @@ RSpec.describe Gitlab::ErrorTracking::LogFormatter do
let(:exception) { StandardError.new('boom') }
let(:context_payload) do
{
server: 'local-hostname-of-the-server',
user: {
ip_address: '127.0.0.1',
username: 'root'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment