diff --git a/pkg/models/user_list_test.go b/pkg/models/user_list_test.go index 616818b7c..7c4063c93 100644 --- a/pkg/models/user_list_test.go +++ b/pkg/models/user_list_test.go @@ -58,7 +58,7 @@ func TestListUsers(t *testing.T) { all, err := user.ListAllUsers(s) require.NoError(t, err) - assert.Len(t, all, 17) + assert.Len(t, all, 18) }) t.Run("no search term", func(t *testing.T) { db.LoadAndAssertFixtures(t) @@ -171,7 +171,7 @@ func TestListUsers(t *testing.T) { MatchFuzzily: true, }) require.NoError(t, err) - assert.Len(t, all, 17) + assert.Len(t, all, 18) }) // External team discoverability bypass tests