Skip to content

Commit b414b3e

Browse files
author
Patrick
committed
Update environment type production back to sandbox after checking if production certificate pin was still correct
1 parent 4284e15 commit b414b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bunq/sdk/BunqSdkTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected static ApiContext getApiContext() {
9292
} else {
9393
SandboxUserPerson sandboxUser = generateNewSandboxUser();
9494
ApiContext apiContext = ApiContext.create(
95-
ApiEnvironmentType.PRODUCTION,
95+
ApiEnvironmentType.SANDBOX,
9696
sandboxUser.getApiKey(),
9797
DEVICE_DESCRIPTION
9898
);

0 commit comments

Comments
 (0)