Skip to content

Commit 70e6b36

Browse files
committed
PagesTest.test_disable: don't try to fetch ATProto profile record
1 parent 8734405 commit 70e6b36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_pages.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,8 @@ def test_enable_not_logged_in(self):
877877

878878
def test_disable(self):
879879
self.store_object(id='did:plc:abc', raw={})
880+
self.store_object(id='at://did:plc:abc/app.bsky.actor.profile/self',
881+
our_as1={})
880882
user = self.make_user('did:plc:abc', cls=ATProto, enabled_protocols=['efake'])
881883
BlueskyAuth(id='did:plc:abc', user_json='{}').put()
882884

0 commit comments

Comments
 (0)