mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Merge pull request #61115 from php-coder/psp_fix_provider_error_msgs
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. PSP: fix strategy name in the error messages **What this PR does / why we need it**: This PR corrects strategy names in the error messages.
This commit is contained in:
@@ -1954,7 +1954,7 @@ func TestCreateProvidersFromConstraints(t *testing.T) {
|
||||
},
|
||||
}
|
||||
},
|
||||
expectedErr: "MustRunAsRange requires at least one range",
|
||||
expectedErr: "MustRunAs requires at least one range",
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user