minor noop comment tweaks

pull/249/head
Ryan Barrett 2022-10-08 08:14:49 -07:00
rodzic abe6b360d2
commit e95f6aa9d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -36,7 +36,6 @@ SUPPORTED_VERBS = (
@app.post(f'/<regex("{common.ACCT_RE}|{common.DOMAIN_RE}"):acct>/salmon')
def slap(acct):
"""Accepts POSTs to /[ACCT]/salmon and converts to outbound webmentions."""
# TODO: unify with activitypub
body = request.get_data(as_text=True)
logger.info(f'Got: {body}')

Wyświetl plik

@ -410,7 +410,7 @@ class ActivityPubTest(testutil.TestCase):
got = self.client.post('/realize.be/inbox', json=DELETE)
self.assertEqual(200, got.status_code)
# TODO: bring back
# TODO: bring back once we actually delete followers
# self.assertEqual([other], Follower.query().fetch())
def test_inbox_webmention_discovery_connection_fails(self, mock_head,