Skip to content

Commit

Permalink
chore: remove unnecessary comments from tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schlager <[email protected]>
  • Loading branch information
schlags committed Aug 21, 2023
1 parent 1aba901 commit 85afa3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rollout/trafficrouting/alb/alb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1911,9 +1911,6 @@ func TestSetHeaderRouteWithDifferentHeaderNames(t *testing.T) {
assert.Nil(t, err)
assert.Len(t, client.Actions(), 1)

// assert that the ingress has the correct annotation with one header match condition and two header values
// routes := ingressWrapper.

// no managed routes, no changes expected
err = r.RemoveManagedRoutes()
assert.Nil(t, err)
Expand Down

0 comments on commit 85afa3f

Please sign in to comment.