Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 3863454

Browse files
authored
receiver/opencensus: Restore gRPC Gateway test. (#507)
1 parent 4036100 commit 3863454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

receiver/opencensusreceiver/opencensus_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ import (
3636
)
3737

3838
func TestGrpcGateway_endToEnd(t *testing.T) {
39-
t.Skip("gRPC Gateway version changed, fix this test.")
40-
4139
addr := ":35993"
4240

4341
// Set the buffer count to 1 to make it flush the test span immediately.
@@ -136,6 +134,7 @@ func TestGrpcGateway_endToEnd(t *testing.T) {
136134
},
137135
},
138136
},
137+
SourceFormat: "oc_trace",
139138
},
140139
}
141140

0 commit comments

Comments
 (0)