test_when_sender_is_followed_by_local_users() gives the new note an id; it now passes

issue-47
Marnanel Thurman 2020-10-26 22:43:27 +00:00
rodzic 7def1ea478
commit fb263aa946
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -388,6 +388,7 @@ class Tests(Create_TestCase):
following.save()
object_form = {
'id': 'https://example.com/some-note',
'type': 'Note',
'content': 'Lorem ipsum',
}