mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:27:32 +00:00
fix: resourceowner added for user state write model
This commit is contained in:
@@ -1992,7 +1992,7 @@ func TestCommandSide_userStateWriteModel(t *testing.T) {
|
||||
r := &Commands{
|
||||
eventstore: tt.fields.eventstore(t),
|
||||
}
|
||||
wm, err := r.userStateWriteModel(tt.args.ctx, tt.args.userID)
|
||||
wm, err := r.userStateWriteModel(tt.args.ctx, tt.args.userID, "")
|
||||
if tt.res.err == nil {
|
||||
if !assert.NoError(t, err) {
|
||||
t.FailNow()
|
||||
|
Reference in New Issue
Block a user