Skip to content

Commit 4c22670

Browse files
committed
test: add key in json test
1 parent 272bc01 commit 4c22670

File tree

1 file changed

+2
-0
lines changed
  • trace-utils/src/test_utils

1 file changed

+2
-0
lines changed

trace-utils/src/test_utils/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ pub fn create_test_gcp_json_span(
211211
},
212212
"metrics": {},
213213
"meta_struct": {},
214+
"span_links": [],
214215
}
215216
)
216217
}
@@ -319,6 +320,7 @@ pub fn create_test_json_span(
319320
},
320321
"metrics": {},
321322
"meta_struct": {},
323+
"span_links": [],
322324
"span_events": [],
323325
}
324326
);

0 commit comments

Comments
 (0)