File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ var _ = Describe("Splunk", func() {
118
118
var envelopeHttpStartStop * events.HttpStartStop
119
119
var startTimestamp , stopTimestamp int64
120
120
var requestId events.UUID
121
- var requestIdHex , applicationIdHex string
122
121
var peerType events.PeerType
123
122
var method events.Method
124
123
var uri , remoteAddress , userAgent string
@@ -149,15 +148,13 @@ var _ = Describe("Splunk", func() {
149
148
Low : & requestIdLow ,
150
149
High : & requestIdHigh ,
151
150
}
152
- requestIdHex = "b12a3f87-83ab-4cf2-554b-042dc36e28f1"
153
151
154
152
applicationIdLow := uint64 (10539615360601842564 )
155
153
applicationIdHigh := uint64 (3160954123591206558 )
156
154
applicationId = events.UUID {
157
155
Low : & applicationIdLow ,
158
156
High : & applicationIdHigh ,
159
157
}
160
- applicationIdHex = "8463ec45-543c-4492-9ec6-f52707f7dd2b"
161
158
162
159
envelopeHttpStartStop = & events.HttpStartStop {
163
160
StartTimestamp : & startTimestamp ,
You can’t perform that action at this time.
0 commit comments