File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 */
44
55import { Agent } from "@atproto/api" ;
6- import { TestPds , TestPlc } from "@atproto/dev-env" ;
6+ import { TestBsky , TestPds , TestPlc } from "@atproto/dev-env" ;
77import { ComAtprotoServerCreateAccount } from "@atproto/api" ;
88import { SMTPServer , SMTPServerAddress } from "smtp-server" ;
99import * 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 {
You can’t perform that action at this time.
0 commit comments