ci: fix flaky Apple Game Center tests (#8163)

This commit is contained in:
dblythy
2022-09-15 00:33:55 +10:00
committed by GitHub
parent 7c32bfe95f
commit c85bc016e2

View File

@@ -1732,6 +1732,7 @@ describe('Apple Game Center Auth adapter', () => {
}); });
it('validateAuthData invalid signature id', async () => { 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( const { adapter, appIds, providerOptions } = authenticationLoader.loadAuthAdapter(
'gcenter', 'gcenter',
{} {}