pull/1165/head
Ryan Barrett 2024-06-27 13:23:08 -07:00
rodzic b87b4aa5f8
commit 0a31558dc8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1235,8 +1235,9 @@ class ProtocolReceiveTest(TestCase):
our_as1=reply_as1,
copies=[copy],
feed=[eve.key])
self.assertEqual([('fake:reply#bridgy-fed-create', 'other:eve:target')],
OtherFake.sent)
self.assertEqual([('fake:reply#bridgy-fed-create', 'other:eve:target'),
('fake:reply#bridgy-fed-create', 'other:post:target'),
], OtherFake.sent)
def test_update_reply(self):
eve = self.make_user('other:eve', cls=OtherFake, obj_id='other:eve')