diff --git a/e2e/paymentMethod/get.spec.ts b/e2e/paymentMethod/get.spec.ts index 5fd7fcd7..f27498ba 100644 --- a/e2e/paymentMethod/get.spec.ts +++ b/e2e/paymentMethod/get.spec.ts @@ -2,7 +2,7 @@ import MercadoPago, { PaymentMethod } from '@src/index'; import { config } from '../e2e.config'; describe('Testing get payment methods, get', () => { - test('should pass forward request options from get to RestClient.fetch', async () => { + test('should return all available payment methods ', async () => { const client = new MercadoPago({ accessToken: config.access_token, options: { timeout: 5000 } }); const paymentMethod = new PaymentMethod(client);