From c85bc016e2eed24472c0a26a60dc26cc826e3eb5 Mon Sep 17 00:00:00 2001 From: dblythy Date: Thu, 15 Sep 2022 00:33:55 +1000 Subject: [PATCH] ci: fix flaky Apple Game Center tests (#8163) --- spec/AuthenticationAdapters.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/AuthenticationAdapters.spec.js b/spec/AuthenticationAdapters.spec.js index 195d8998..044255c0 100644 --- a/spec/AuthenticationAdapters.spec.js +++ b/spec/AuthenticationAdapters.spec.js @@ -1732,6 +1732,7 @@ describe('Apple Game Center Auth adapter', () => { }); it('validateAuthData invalid signature id', async () => { + gcenter.cache['https://static.gc.apple.com/public-key/gc-prod-4.cer'] = testCert; const { adapter, appIds, providerOptions } = authenticationLoader.loadAuthAdapter( 'gcenter', {}