Skip to content

Commit 4c995d8

Browse files
committed
fix error message
1 parent e643286 commit 4c995d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,8 @@ spec:
814814
t.Fatalf("unexpected error waiting for NonStructuralSchema condition: %v", cond)
815815
}
816816

817-
// readd schema
818-
t.Log("Readd schema")
817+
// re-add schema
818+
t.Log("Re-add schema")
819819
for retry := 0; retry < 5; retry++ {
820820
crd, err = apiExtensionClient.ApiextensionsV1beta1().CustomResourceDefinitions().Get(context.TODO(), name, metav1.GetOptions{})
821821
if err != nil {

0 commit comments

Comments
 (0)