Skip to content

Commit

Permalink
Type
Browse files Browse the repository at this point in the history
  • Loading branch information
aantix committed May 15, 2023
1 parent 2eca9c5 commit 7808fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/thread_safety_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ThreadSafetyTest < ActionDispatch::IntegrationTest
response = client.show(trace_id)
json = response.body

::Callstacking::Rails::Logger.Log "url: #{url} -- json: #{json.inspect}"
::Callstacking::Rails::Logger.log "url: #{url} -- json: #{json.inspect}"

sleep 10

Expand Down

0 comments on commit 7808fad

Please sign in to comment.