Skip to content

Commit 3128499

Browse files
committed
clarify not-a-secret.
1 parent 3942ae7 commit 3128499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mocha/20-oauth2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('oauth2', () => {
1515
id: 'test-external-audience',
1616
allowedScopes: ['read:/test'],
1717
audience: 'https://external.example.com',
18-
secretHash: 'wkueZ4zwWnw6J1xV3jtEfSqnE7yJutgcWL-sQb7OnZ8'
18+
secretHash: 'NOT-A-REAL-SECRET-HASH'
1919
}
2020
});
2121
} catch(e) {

0 commit comments

Comments
 (0)