Skip to content

Commit c85bc01

Browse files
authored
ci: fix flaky Apple Game Center tests (#8163)
1 parent 7c32bfe commit c85bc01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/AuthenticationAdapters.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ describe('Apple Game Center Auth adapter', () => {
17321732
});
17331733

17341734
it('validateAuthData invalid signature id', async () => {
1735+
gcenter.cache['https://static.gc.apple.com/public-key/gc-prod-4.cer'] = testCert;
17351736
const { adapter, appIds, providerOptions } = authenticationLoader.loadAuthAdapter(
17361737
'gcenter',
17371738
{}

0 commit comments

Comments
 (0)