Add stats CLI command
This commit is contained in:
parent
592de1b22d
commit
758a28d0e1
5 changed files with 191 additions and 1 deletions
|
@ -84,6 +84,7 @@ def test_process_next_outgoing_activity__server_200(
|
|||
outgoing_activity = factories.OutgoingActivityFactory(
|
||||
recipient=recipient_inbox_url,
|
||||
outbox_object_id=outbox_object.id,
|
||||
inbox_object_id=None,
|
||||
)
|
||||
|
||||
# When processing the next outgoing activity
|
||||
|
@ -174,6 +175,7 @@ def test_process_next_outgoing_activity__connect_error(
|
|||
outgoing_activity = factories.OutgoingActivityFactory(
|
||||
recipient=recipient_inbox_url,
|
||||
outbox_object_id=outbox_object.id,
|
||||
inbox_object_id=None,
|
||||
)
|
||||
|
||||
# When processing the next outgoing activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue