From 68dd86b841b5d927fce7b68d1292dabcd3f15d87 Mon Sep 17 00:00:00 2001
From: Josh Edney <josh.edney@smartbear.com>
Date: Tue, 13 Aug 2024 12:13:18 +0100
Subject: [PATCH] add setup function to trace tests

---
 test/schemas/trace_validation_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/schemas/trace_validation_test.rb b/test/schemas/trace_validation_test.rb
index 5eee7feb6..27b8f2004 100644
--- a/test/schemas/trace_validation_test.rb
+++ b/test/schemas/trace_validation_test.rb
@@ -8,7 +8,7 @@ class MockRequest
 class TraceValidationTest < Test::Unit::TestCase
 
   def setup
-    Maze.config.span_timestamp_validation = true
+    Maze.config = Maze::Configuration.new
   end
 
   def create_basic_request(body)