Skip to content

Commit

Permalink
forgot to render
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Oct 11, 2023
1 parent b750c29 commit dbe6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-integ/catalogv2/explicit_destinations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestBasicL4ExplicitDestination(t *testing.T) {

clientV2 := sp.ResourceServiceClientForCluster(cluster.Name)

topology.RenderRelationships(ships)
t.Log(topology.RenderRelationships(ships))

// Make sure things are truly in v2 not v1.
for _, name := range []string{
Expand Down

0 comments on commit dbe6e0e

Please sign in to comment.