fix: protect default and zitadel project org from remove (#4875)

This commit is contained in:
Livio Spring
2022-12-14 11:44:43 +01:00
committed by GitHub
parent 06c5f2a731
commit d3e4281bb6
8 changed files with 74 additions and 5 deletions

View File

@@ -234,7 +234,7 @@ func (m *mockInstance) DefaultLanguage() language.Tag {
}
func (m *mockInstance) DefaultOrganisationID() string {
return "orgID"
return "defaultOrgID"
}
func (m *mockInstance) RequestedDomain() string {