Chore: delete team related entries for an org after the org gets deleted (#76706)
* delete team related entries for an org after the org gets deleted * fix tests * one more test fix
This commit is contained in:
@@ -154,3 +154,6 @@ func (f *FakeOrgStore) RemoveOrgUser(ctx context.Context, cmd *org.RemoveOrgUser
|
||||
func (f *FakeOrgStore) Count(ctx context.Context, _ *quota.ScopeParameters) (*quota.Map, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (f *FakeOrgStore) RegisterDelete(query string) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user