Skip to content

Commit 0e40edd

Browse files
authored
Fixed couple of typos in conformance tests. (#4106)
1 parent df8c96c commit 0e40edd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conformance/tests/backendtlspolicy-observed-generation-bump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func init() {
3939

4040
var BackendTLSPolicyObservedGenerationBump = suite.ConformanceTest{
4141
ShortName: "BackendTLSPolicyObservedGenerationBump",
42-
Description: "A BackendTLSPolicy in the gateway-conformance-infra namespace should update the observedGeneration in all of it's Status.Conditions after an update to the spec",
42+
Description: "A BackendTLSPolicy in the gateway-conformance-infra namespace should update the observedGeneration in all of its Status.Conditions after an update to the spec",
4343
Features: []features.FeatureName{
4444
features.SupportGateway,
4545
features.SupportHTTPRoute,

conformance/tests/grpcroute-named-rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func init() {
3535

3636
var GRPCRouteNamedRule = suite.ConformanceTest{
3737
ShortName: "GRPCRouteNamedRule",
38-
Description: "An GRPCRoute with a named GRPCRouteRule",
38+
Description: "A GRPCRoute with a named GRPCRouteRule",
3939
Manifests: []string{"tests/grpcroute-named-rule.yaml"},
4040
Features: []features.FeatureName{
4141
features.SupportGateway,

conformance/tests/grpcroute-weight.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func init() {
3838

3939
var GRPCRouteWeight = suite.ConformanceTest{
4040
ShortName: "GRPCRouteWeight",
41-
Description: "An GRPCRoute with weighted backends",
41+
Description: "A GRPCRoute with weighted backends",
4242
Manifests: []string{"tests/grpcroute-weight.yaml"},
4343
Features: []features.FeatureName{
4444
features.SupportGateway,

0 commit comments

Comments
 (0)