fix: Add actor type to password reset event (#9301)

This commit is contained in:
Stevche Radevski
2024-09-25 12:26:45 +02:00
committed by GitHub
parent 358435d715
commit 7c4960a4d1
3 changed files with 14 additions and 6 deletions
@@ -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",
},