Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-sigs/aws-load-balancer-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8261a455a925b2c416af18a8c3bea0505ec2cb7d
Choose a base ref
..
head repository: kubernetes-sigs/aws-load-balancer-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b34a18295721c4207f0b64bdda3648bfd38db8a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkg/config/controller_config_test.go
2 changes: 1 addition & 1 deletion pkg/config/controller_config_test.go
Original file line number Diff line number Diff line change
@@ -227,7 +227,7 @@ func TestControllerConfig_validateResourcePrefixKeys(t *testing.T) {
"backendSGNamePrefix": "k8s-traffic",
},
},
wantErr: errors.New("invalid number of keys. Expected 5 keys, only got 4 keys"),
wantErr: errors.New("invalid number of keys. Expected 5 keys, but got 4 keys"),
},
}
for _, tt := range tests {