mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:27:33 +00:00
fixup! fixup! feat(db): adding relational instance table
This commit is contained in:
@@ -681,7 +681,7 @@ func TestServer_DeactivateReactivateNonExistentOrganization(t *testing.T) {
|
||||
require.Contains(t, err.Error(), "Organisation not found")
|
||||
}
|
||||
|
||||
func TestServer_AactivateOrganization(t *testing.T) {
|
||||
func TestServer_ActivateOrganization(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
ctx context.Context
|
||||
@@ -990,7 +990,7 @@ func TestServer_AddOerganizationDomain(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestServer_ListOerganizationDomain(t *testing.T) {
|
||||
func TestServer_ListOrganizationDomain(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
ctx context.Context
|
||||
@@ -1185,7 +1185,7 @@ func TestServer_DeleteOerganizationDomain(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestServer_AddListDeletOerganizationDomain(t *testing.T) {
|
||||
func TestServer_AddListDeleteOrganizationDomain(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
testFunc func()
|
||||
|
Reference in New Issue
Block a user