Skip to content

Commit 207b9e5

Browse files
Test 48 of CI self-hosted mac arm64
1 parent 2e9aebb commit 207b9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/alert-notification.spec.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test("Alert Notification End-to-End Test", { timeout: 30 * 60 * 1000 }, async (t
9494
console.log(process.env.USE_SANDBOX);
9595

9696
const connector = TokenConnector({
97-
key: new Uint8Array(Buffer.from(APNS_TOKEN_KEY)),
97+
key: new Uint8Array(Buffer.from(APNS_TOKEN_KEY, "utf8")),
9898
keyId: APNS_KEY_ID,
9999
teamIdentifier: APNS_TEAM_ID,
100100
});

0 commit comments

Comments
 (0)