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
@@ -99,3 +99,6 @@ func (f *FakeOrgService) RemoveOrgUser(ctx context.Context, cmd *org.RemoveOrgUs
func (f *FakeOrgService) SearchOrgUsers(ctx context.Context, query *org.SearchOrgUsersQuery) (*org.SearchOrgUsersQueryResult, error) {
return f.ExpectedSearchOrgUsersResult, f.ExpectedError
}
func (f *FakeOrgService) RegisterDelete(query string) {
}