Skip to content

Commit

Permalink
Change e2e test to align with label propagation config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixiansong committed Apr 26, 2023
1 parent 9984f78 commit 7c3ea60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/e2e-test/neg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,10 +815,10 @@ func TestLabelPropagation(t *testing.T) {
{
desc: "truncated label value",
podLabels: map[string]string{
"security.istio.io/tlsMode": "something-very-loooooooooong",
"security.istio.io/tlsMode": "something-very-long",
},
expectAnnotations: map[string]string{
"itls": "something-very-loooooooooo",
"itls": "something-v",
},
},
{
Expand Down

0 comments on commit 7c3ea60

Please sign in to comment.