We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcb6a1 commit 55b097aCopy full SHA for 55b097a
authority/admin/api/webhook_test.go
@@ -186,8 +186,8 @@ func TestWebhookAdminResponder_CreateProvisionerWebhook(t *testing.T) {
186
Name: "provName",
187
}
188
ctx := linkedca.NewContextWithProvisioner(context.Background(), prov)
189
- adminErr := admin.NewError(admin.ErrorBadRequestType, `(line 5:13): invalid value for enum type: "UNSUPPORTED"`)
190
- adminErr.Message = `(line 5:13): invalid value for enum type: "UNSUPPORTED"`
+ adminErr := admin.NewError(admin.ErrorBadRequestType, `(line 5:13): invalid value for enum field kind: "UNSUPPORTED"`)
+ adminErr.Message = `(line 5:13): invalid value for enum field kind: "UNSUPPORTED"`
191
body := []byte(`
192
{
193
"name": "metadata",
0 commit comments