diff --git a/test/test.ts b/test/test.ts index ab3dcb4..a4a41f7 100644 --- a/test/test.ts +++ b/test/test.ts @@ -9,7 +9,7 @@ let testBunqAccount: bunq.BunqAccount; const testBunqOptions: bunq.IBunqConstructorOptions = { apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'), deviceName: 'mojoiobunqpackage', - environment: 'PRODUCTION' + environment: 'SANDBOX' }; tap.test('should create a valid bunq account', async () => {