We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d14e56 commit 01d1090Copy full SHA for 01d1090
test/unit/auth.test.js
@@ -101,7 +101,9 @@ describe('auth', async function() {
101
102
it('accepts a valid H1 token format', async function() {
103
await runAuthScript(
104
- { HOME: { h1_username: 'nyancat', h1_token: 'wWIDaa7wz7uGIryWLuqbJRhqUkLI6qlemK1KaMChhpC=' } },
+ {
105
+ HOME: { h1_username: 'nyancat', h1_token: 'wWIDaa7wz7uGIryWLuqbJRhqUkLI6qlemK1KaMChhpC=' }
106
+ },
107
['{"h1":"bnlhbmNhdDp3V0lEYWE3d3o3dUdJcnlXTHVxYkpSaHFVa0xJNnFsZW1LMUthTUNoaHBDPQ=="}'],
108
'',
109
'run-auth-h1'
0 commit comments