A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update backfill e2e test for synchronous handler

Trezy f929a9cd cb2ed510

+1 -1
+1 -1
tests/e2e_admin.rs
··· 443 443 444 444 assert_eq!(resp.status(), StatusCode::CREATED); 445 445 let json = json_body(resp).await; 446 - assert_eq!(json["status"], "pending"); 446 + assert_eq!(json["status"], "completed"); 447 447 assert!(json.get("id").is_some()); 448 448 } 449 449