Skip to content

Commit

Permalink
Merge pull request #428 from stripe/remi-remove-3ds-test
Browse files Browse the repository at this point in the history
Remove old 3DS test to ensure test suite keep working
  • Loading branch information
ob-stripe authored Feb 15, 2018
2 parents dc667cf + 9825266 commit 60368f8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/flows.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,19 +407,6 @@ describe('Flows', function() {
});
});

describe('Creating a ThreeDSecure object', function() {
it('Allows me to do so', function() {
return expect(
stripe.threeDSecure.create({
card: 'tok_visa',
amount: 1500,
currency: 'usd',
return_url: 'https://example.org/3d-secure-result',
})
).to.eventually.have.property('object', 'three_d_secure');
});
});

describe('Request/Response Events', function() {
var connectedAccountId;

Expand Down

0 comments on commit 60368f8

Please sign in to comment.