Skip to content

Commit

Permalink
Update main.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alejouribesanchez committed Oct 31, 2024
1 parent 3621c2c commit 1e1d789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const username = process.env.VERYFI_USERNAME;
const api_key = process.env.VERYFI_API_KEY;
const base_url = process.env.VERYFI_URL;
const timeout = 240000;
const mock_responses = false;
const mock_responses = true;

//Creating the Client
let veryfi_client = new Client(client_id, client_secret, "username", api_key, base_url, 240);
let veryfi_client = new Client(client_id, client_secret, username, api_key, base_url, 240);
jest.setTimeout(timeout);

describe('Processing documents', () => {
Expand Down

0 comments on commit 1e1d789

Please sign in to comment.