1 parent 8734405 commit 70e6b36Copy full SHA for 70e6b36
1 file changed
tests/test_pages.py
@@ -877,6 +877,8 @@ def test_enable_not_logged_in(self):
877
878
def test_disable(self):
879
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={})
882
user = self.make_user('did:plc:abc', cls=ATProto, enabled_protocols=['efake'])
883
BlueskyAuth(id='did:plc:abc', user_json='{}').put()
884
0 commit comments