mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 04:33:37 +00:00
fix: all enums same style (#262)
* fix: all enums same style * fix: rename process to reduce * add some missing enum renaming Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -317,7 +317,7 @@ func TestDeactivateUserGrant(t *testing.T) {
|
||||
res: res{
|
||||
result: &model.UserGrant{ObjectRoot: es_models.ObjectRoot{AggregateID: "AggregateID", Sequence: 1},
|
||||
ProjectID: "ProjectID",
|
||||
State: model.USERGRANTSTATE_INACTIVE,
|
||||
State: model.UserGrantStateInactive,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -392,7 +392,7 @@ func TestReactivateUserGrant(t *testing.T) {
|
||||
},
|
||||
res: res{
|
||||
result: &model.UserGrant{ObjectRoot: es_models.ObjectRoot{AggregateID: "AggregateID", Sequence: 1},
|
||||
State: model.USERGRANTSTATE_ACTIVE,
|
||||
State: model.UserGrantStateActive,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user