chore(): Improve link indexes (#13459)
RESOLVE CORE-1183 **What** Update link indexes to include deleted_at index constraint
This commit is contained in:
committed by
GitHub
parent
0079464f32
commit
de9a21a9da
@@ -226,14 +226,14 @@ medusaIntegrationTestRunner({
|
||||
expect(regionResponse.data.region).toEqual(
|
||||
expect.objectContaining({
|
||||
id: regionResponse.data.region.id,
|
||||
payment_providers: [
|
||||
payment_providers: expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
id: paymentProvider2Id,
|
||||
}),
|
||||
expect.objectContaining({
|
||||
id: paymentProviderId,
|
||||
}),
|
||||
],
|
||||
]),
|
||||
})
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user