Skip to content

Commit 2fb0043

Browse files
authored
fix(devenv): use bsky app view
1 parent 6229ca5 commit 2fb0043

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/.yarn/install-state.gz

-1 Bytes
Binary file not shown.

tests/utils/test-env.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import { Agent } from "@atproto/api";
6-
import { TestPds, TestPlc } from "@atproto/dev-env";
6+
import { TestBsky, TestPds, TestPlc } from "@atproto/dev-env";
77
import { ComAtprotoServerCreateAccount } from "@atproto/api";
88
import { SMTPServer, SMTPServerAddress } from "smtp-server";
99
import * as cheerio from "cheerio";
@@ -171,6 +171,7 @@ export class TestEnvironment {
171171
devMode: true,
172172
emailSmtpUrl: `smtp://localhost:${SMTP_PORT}`,
173173
emailFromAddress: `noreply@localhost:${SMTP_PORT}`,
174+
bskyAppViewDid: "did:web:api.bsky.app",
174175
});
175176

176177
const targetPds = await TestPds.create({
@@ -181,6 +182,7 @@ export class TestEnvironment {
181182
devMode: true,
182183
emailSmtpUrl: `smtp://localhost:${SMTP_PORT}`,
183184
emailFromAddress: `noreply@localhost:${SMTP_PORT}`,
185+
bskyAppViewDid: "did:web:api.bsky.app",
184186
});
185187

186188
return {

0 commit comments

Comments
 (0)