Skip to content

Commit 753b7c6

Browse files
committed
fix: tests
1 parent 3cbd8a8 commit 753b7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const authorizerENV = {
2424
DATABASE_URL: 'data.db',
2525
DATABASE_TYPE: 'sqlite',
2626
CUSTOM_ACCESS_TOKEN_SCRIPT:
27-
"function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}",
27+
'function(user,tokenPayload){var data = tokenPayload;data.extra = {\'x-extra-id\': user.id};return data;}',
2828
DISABLE_PLAYGROUND: 'true',
2929
SMTP_HOST: 'smtp.ethereal.email',
3030
SMTP_PASSWORD: 'WncNxwVFqb6nBjKDQJ',

0 commit comments

Comments
 (0)