Skip to content

Commit d692e57

Browse files
authored
Merge pull request #154 from cloudfoundry-community/revert-146-ginkgo-fix
Revert "Removes unused hex ids to fix ginkgo typecheck failures."
2 parents f698143 + 7adf58d commit d692e57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eventsink/splunk_test.go

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

152154
applicationIdLow := uint64(10539615360601842564)
153155
applicationIdHigh := uint64(3160954123591206558)
154156
applicationId = events.UUID{
155157
Low: &applicationIdLow,
156158
High: &applicationIdHigh,
157159
}
160+
applicationIdHex = "8463ec45-543c-4492-9ec6-f52707f7dd2b"
158161

159162
envelopeHttpStartStop = &events.HttpStartStop{
160163
StartTimestamp: &startTimestamp,

0 commit comments

Comments
 (0)