We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab465f4 commit b913283Copy full SHA for b913283
1 file changed
tests/unit/api/toll-free-verification-api.test.ts
@@ -59,6 +59,7 @@ describe('TollFreeVerificationApi', () => {
59
expect(data.submission).toBeObject();
60
expect(data.blocked).toBeBoolean();
61
expect(data.blockedReason).toBeString();
62
+ expect(data.cvToken).toBeString();
63
});
64
65
0 commit comments