File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
internal-api/src/test/groovy/datadog/trace/api/datastreams Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -68,20 +68,20 @@ class DataStreamsTagsTest extends Specification {
6868 def ' test from tags' () {
6969 setup :
7070 def one = DataStreamsTags . fromTags(
71- " direction:in" ,
72- " topic:abc" ,
73- " exchange:exchange" ,
74- " partition:0" ,
75- " has_routing_key:true" ,
76- " ds.name:dataset" ,
77- " subscription:subscription" ,
78- " bus:bus" ,
79- " garbage" ,
80- " ds.namespace:namespace" ,
81- " manual_checkpoint:false" ,
82- " consumer_group:group" ,
83- " group:group"
84- )
71+ " direction:in" ,
72+ " topic:abc" ,
73+ " exchange:exchange" ,
74+ " partition:0" ,
75+ " has_routing_key:true" ,
76+ " ds.name:dataset" ,
77+ " subscription:subscription" ,
78+ " bus:bus" ,
79+ " garbage" ,
80+ " ds.namespace:namespace" ,
81+ " manual_checkpoint:false" ,
82+ " consumer_group:group" ,
83+ " group:group"
84+ )
8585 expect :
8686 one. nonNullSize() == 12
8787 one. bus == " bus:bus"
You can’t perform that action at this time.
0 commit comments