Skip to content

Commit 60368f8

Browse files
authored
Merge pull request #428 from stripe/remi-remove-3ds-test
Remove old 3DS test to ensure test suite keep working
2 parents dc667cf + 9825266 commit 60368f8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/flows.spec.js

-13
Original file line numberDiff line numberDiff line change
@@ -407,19 +407,6 @@ describe('Flows', function() {
407407
});
408408
});
409409

410-
describe('Creating a ThreeDSecure object', function() {
411-
it('Allows me to do so', function() {
412-
return expect(
413-
stripe.threeDSecure.create({
414-
card: 'tok_visa',
415-
amount: 1500,
416-
currency: 'usd',
417-
return_url: 'https://example.org/3d-secure-result',
418-
})
419-
).to.eventually.have.property('object', 'three_d_secure');
420-
});
421-
});
422-
423410
describe('Request/Response Events', function() {
424411
var connectedAccountId;
425412

0 commit comments

Comments
 (0)