Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb-solo committed Nov 15, 2024
1 parent 2361644 commit a6a35a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/kubernetes/e2e/features/tracing/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (s *testingSuite) TestSpanNameTransformationsWithoutRouteDecorator() {
&matchers.HttpResponse{
StatusCode: http.StatusOK,
},
5*time.Second, 30*time.Second,
)

s.EventuallyWithT(func(c *assert.CollectT) {
Expand All @@ -187,6 +188,7 @@ func (s *testingSuite) TestSpanNameTransformationsWithRouteDecorator() {
&matchers.HttpResponse{
StatusCode: http.StatusOK,
},
5*time.Second, 30*time.Second,
)

s.EventuallyWithT(func(c *assert.CollectT) {
Expand Down
4 changes: 2 additions & 2 deletions test/kubernetes/e2e/features/tracing/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ var (
LabelSelector: "app.kubernetes.io/name=otel-collector",
}
otelcolUpstream = &metav1.ObjectMeta{
Name: "opentelemetry-collector",
Name: "opentelemetry-collector",
Namespace: "default",
}
tracingVs = &metav1.ObjectMeta{
Name: "virtual-service",
Name: "virtual-service",
Namespace: "default",
}
)

0 comments on commit a6a35a3

Please sign in to comment.