Skip to content

Commit f698143

Browse files
authored
Merge pull request #146 from lancefrench/ginkgo-fix
Removes unused hex ids to fix ginkgo typecheck failures.
2 parents 2f25f64 + 56a3be8 commit f698143

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eventsink/splunk_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ var _ = Describe("Splunk", func() {
118118
var envelopeHttpStartStop *events.HttpStartStop
119119
var startTimestamp, stopTimestamp int64
120120
var requestId events.UUID
121-
var requestIdHex, applicationIdHex string
122121
var peerType events.PeerType
123122
var method events.Method
124123
var uri, remoteAddress, userAgent string
@@ -149,15 +148,13 @@ var _ = Describe("Splunk", func() {
149148
Low: &requestIdLow,
150149
High: &requestIdHigh,
151150
}
152-
requestIdHex = "b12a3f87-83ab-4cf2-554b-042dc36e28f1"
153151

154152
applicationIdLow := uint64(10539615360601842564)
155153
applicationIdHigh := uint64(3160954123591206558)
156154
applicationId = events.UUID{
157155
Low: &applicationIdLow,
158156
High: &applicationIdHigh,
159157
}
160-
applicationIdHex = "8463ec45-543c-4492-9ec6-f52707f7dd2b"
161158

162159
envelopeHttpStartStop = &events.HttpStartStop{
163160
StartTimestamp: &startTimestamp,

0 commit comments

Comments
 (0)