Skip to content

Commit

Permalink
add setup function to trace tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Aug 13, 2024
1 parent 68dd86b commit 0caf8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemas/trace_validation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MockRequest
class TraceValidationTest < Test::Unit::TestCase

def setup
Maze.config = Maze::Configuration.new
Maze.config.span_timestamp_validation = true
end

def create_basic_request(body)
Expand Down

0 comments on commit 0caf8da

Please sign in to comment.