Skip to content

Commit 7ea725f

Browse files
committed
test(sdk-middleware-http): revert test update
1 parent ba390a5 commit 7ea725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/cli/personal-data-erasure.it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('personal data erasure', () => {
105105
it('should get data on the CTP', async () => {
106106
const data = await personalDataErasure.getCustomerData(customerId)
107107

108-
expect(data).toHaveLength(11)
108+
expect(data).toHaveLength(10)
109109
})
110110
})
111111

0 commit comments

Comments
 (0)