Skip to content

Commit e83a88b

Browse files
committed
tweak test
1 parent 859513e commit e83a88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-suite.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('Passage Initialization', () => {
2323
apiKey: process.env.API_KEY,
2424
};
2525
const passage = new Passage(config);
26+
console.log(process.env.APP_ID);
2627

2728
// note that the current token is only valid until Nov.8 2022
2829
test('authenticateRequestWithCookie', async () => {

0 commit comments

Comments
 (0)