fix(core): update
This commit is contained in:
parent
c3f60959c4
commit
cebb8a5555
@ -9,7 +9,7 @@ let testBunqAccount: bunq.BunqAccount;
|
|||||||
const testBunqOptions: bunq.IBunqConstructorOptions = {
|
const testBunqOptions: bunq.IBunqConstructorOptions = {
|
||||||
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
|
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
|
||||||
deviceName: 'mojoiobunqpackage',
|
deviceName: 'mojoiobunqpackage',
|
||||||
environment: 'PRODUCTION'
|
environment: 'SANDBOX'
|
||||||
};
|
};
|
||||||
|
|
||||||
tap.test('should create a valid bunq account', async () => {
|
tap.test('should create a valid bunq account', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user