Add LDAPIdentityProvider.spec.groupSearch.userAttributeForFilter

Add the field to the tmpl file and run codegen.
Also update the count of the fields of our APIs in an integration test.
This commit is contained in:
Ryan Richard
2023-05-23 16:51:36 -07:00
parent e4dc810bff
commit bad5e60a8e
37 changed files with 470 additions and 136 deletions

View File

@@ -441,7 +441,7 @@ func TestGetAPIResourceList(t *testing.T) { //nolint:gocyclo // each t.Run is pr
// over time, make a rudimentary assertion that this test exercised the whole tree of all fields of all
// Pinniped API resources. Without this, the test could accidentally skip parts of the tree if the
// format has changed.
require.Equal(t, 225, foundFieldNames,
require.Equal(t, 226, foundFieldNames,
"Expected to find all known fields of all Pinniped API resources. "+
"You may will need to update this expectation if you added new fields to the API types.",
)