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:
Ieva
2023-10-18 10:40:26 +01:00
committed by GitHub
parent 42f5e42b54
commit 1fc375855c
5 changed files with 28 additions and 2 deletions
+3
View File
@@ -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) {
}