We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d5fc7 commit 7cfaca0Copy full SHA for 7cfaca0
packages/destination-actions/src/destinations/memora/upsertProfile/__tests__/index.test.ts
@@ -64,7 +64,7 @@ describe('Memora.upsertProfile', () => {
64
expect(responses.length).toBe(1)
65
expect(responses[0].status).toBe(202)
66
67
- // Validate the bulk upsert request body
+ // Validate the bulk upsert request body.
68
expect(capturedBody.profiles).toHaveLength(1)
69
const profile = (capturedBody.profiles as any[])[0]
70
expect(profile.traits.Contact).toBeDefined()
0 commit comments