Skip to content

Commit

Permalink
test(storage): fix trace span test
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Dec 11, 2024
1 parent d448fbb commit 20e7b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5859,10 +5859,10 @@ func TestIntegration_PostPolicyV4_SignedURL_WithSignBytes(t *testing.T) {
})
}

func TestIntegration_OCTracing(t *testing.T) {
func TestIntegration_OTelTracing(t *testing.T) {
multiTransportTest(context.Background(), t, func(t *testing.T, ctx context.Context, bucket string, _ string, client *Client) {
te := testutil.NewTestExporter()
defer te.Unregister()
te := testutil.NewOpenTelemetryTestExporter()
defer te.Unregister(ctx)

bkt := client.Bucket(bucket)
bkt.Attrs(ctx)
Expand Down

0 comments on commit 20e7b8b

Please sign in to comment.