Commit 74e62b9a authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

apiextensions: fix npe in subresource test

parent cd0b4687
......@@ -534,7 +534,7 @@ func TestValidateOnlyStatus(t *testing.T) {
}
createdNoxuInstance, err = noxuResourceClient.UpdateStatus(createdNoxuInstance, metav1.UpdateOptions{})
if err != nil {
t.Errorf("unexpected error: %v", err)
t.Fatalf("unexpected error: %v", err)
}
// update with .status.num = 15, expecting an error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment