We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8692d18 commit 8dae875Copy full SHA for 8dae875
1 file changed
packages/client/src/bsky/index.test.ts
@@ -14,12 +14,12 @@ const TEST_CREDENTIALS = {
14
alice: {
15
handle: 'alice.tsky.dev',
16
did: 'did:plc:jguhdmnjclquqf5lsvkyxqy3',
17
- password: formatSecret(process.env.ALICE_PASSWORD),
+ password: 'alice_and_bob',
18
},
19
bob: {
20
handle: 'bob.tsky.dev',
21
did: 'did:plc:2ig7akkyfq256j42uxvc4g2h',
22
- password: formatSecret(process.env.BOB_PASSWORD),
23
24
};
25
0 commit comments