diff --git a/integration_test/va.test.js b/integration_test/va.test.js index 779c2b1..4ff1181 100644 --- a/integration_test/va.test.js +++ b/integration_test/va.test.js @@ -8,7 +8,7 @@ module.exports = function() { .getVABanks() .then(banks => { return va.createFixedVA({ - externalID: '123', + externalID: new Date().toLocaleString(), bankCode: banks[0].code, name: 'Stanley Nguyen', isClosed: true,