Skip to content

Commit

Permalink
chore: Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed May 22, 2024
1 parent fa18b92 commit 3248449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/common/traits/route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ func TestRunRoutes(t *testing.T) {
g.Eventually(UnstructuredIntegration(t, ctx, ns, integrationName)).ShouldNot(BeNil())
unstructuredIntegration := UnstructuredIntegration(t, ctx, ns, integrationName)()
routeTrait, _, _ := unstructured.NestedMap(unstructuredIntegration.Object, "spec", "traits", "route")
fmt.Printf("len(routeTrait): %d\n", len(routeTrait))
g.Expect(routeTrait).ToNot(BeNil())
g.Expect(len(routeTrait)).To(Equal(1))
g.Expect(routeTrait["annotations"]).ToNot(BeNil())
Expand Down

0 comments on commit 3248449

Please sign in to comment.