fix: cascade remove external login (#871)

* fix: cascade remove external login

* fix: tests
This commit is contained in:
Fabi
2020-10-19 16:28:06 +02:00
committed by GitHub
parent 4fb6ad3f69
commit bb9747923c
3 changed files with 10 additions and 8 deletions

View File

@@ -2388,8 +2388,9 @@ func TestExternalIDPRemovedAggregates(t *testing.T) {
aggCreator: models.NewAggregateCreator("test"),
user: &model.User{
ObjectRoot: models.ObjectRoot{
AggregateID: "AggregateID",
Sequence: 5,
AggregateID: "AggregateID",
Sequence: 5,
ResourceOwner: "ResourceOwner",
},
},
externalIDP: &model.ExternalIDP{