feat: Add support for exporting products in backend (#8214)
CLOSES CC-221 CLOSES CC-223 CLOSES CC-224
This commit is contained in:
@@ -185,7 +185,7 @@ medusaIntegrationTestRunner({
|
||||
|
||||
const notifications = await service.listNotifications()
|
||||
|
||||
expect(logSpy).toHaveBeenLastCalledWith(
|
||||
expect(logSpy).toHaveBeenCalledWith(
|
||||
`Attempting to send a notification to: 'test@medusajs.com' on the channel: 'email' with template: 'order-created-template' and data: '{\"order_id\":\"1234\"}'`
|
||||
)
|
||||
expect(notifications).toHaveLength(1)
|
||||
|
||||
Reference in New Issue
Block a user