fix: Add actor type to password reset event (#9301)
This commit is contained in:
@@ -184,6 +184,7 @@ medusaIntegrationTestRunner({
|
||||
).run({
|
||||
input: {
|
||||
entityId: "test@medusa-commerce.com",
|
||||
actorType: "user",
|
||||
provider: "emailpass",
|
||||
secret: "test",
|
||||
},
|
||||
@@ -236,6 +237,7 @@ medusaIntegrationTestRunner({
|
||||
).run({
|
||||
input: {
|
||||
entityId: "test@medusa-commerce.com",
|
||||
actorType: "user",
|
||||
provider: "emailpass",
|
||||
secret: "test",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user