diff --git a/server/tests/routes_test.py b/server/tests/routes_test.py index 2e1da9f3..e86aef80 100644 --- a/server/tests/routes_test.py +++ b/server/tests/routes_test.py @@ -250,7 +250,5 @@ def test_tech_report_drilldown_wordpress(client): def test_well_known_atproto_did(client): - response = client.get( - "/.well-known/atproto-did" - ) + response = client.get("/.well-known/atproto-did") assert response.status_code == 200