We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3942ae7 commit 3128499Copy full SHA for 3128499
test/mocha/20-oauth2.js
@@ -15,7 +15,7 @@ describe('oauth2', () => {
15
id: 'test-external-audience',
16
allowedScopes: ['read:/test'],
17
audience: 'https://external.example.com',
18
- secretHash: 'wkueZ4zwWnw6J1xV3jtEfSqnE7yJutgcWL-sQb7OnZ8'
+ secretHash: 'NOT-A-REAL-SECRET-HASH'
19
}
20
});
21
} catch(e) {
0 commit comments