Skip to content

Commit

Permalink
remove options
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx committed Oct 16, 2023
1 parent e173468 commit 0d6cb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/paymentMethod/get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { config } from '../e2e.config';

describe('Testing get payment methods, get', () => {
test('should return all available payment methods ', async () => {
const client = new MercadoPago({ accessToken: config.access_token, options: { timeout: 5000 } });
const client = new MercadoPago({ accessToken: config.access_token });
const paymentMethod = new PaymentMethod(client);

const paymentMethodGet = await paymentMethod.get();
Expand Down

0 comments on commit 0d6cb7c

Please sign in to comment.