diff --git a/test/test.ts b/test/test.ts index 26fcf70..bb277b7 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 () => {