Skip to content

Commit

Permalink
Merge pull request #759 from miaogreat/feature/fix
Browse files Browse the repository at this point in the history
terway test: fix name
  • Loading branch information
l1b0k authored Jan 13, 2025
2 parents b2e1146 + 3fe6552 commit bd9128c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trunk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestSelector(t *testing.T) {

func TestZoneLimit(t *testing.T) {
pnName := "pn"
podName := "test-pod"
podName := "test-zone"
zoneLimit := features.New("PodNetworking/ZoneLimit").WithLabel("env", "trunking").
Setup(func(ctx context.Context, t *testing.T, config *envconf.Config) context.Context {
podENI := &v1beta1.PodENI{
Expand Down

0 comments on commit bd9128c

Please sign in to comment.