Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Nov 11, 2024
1 parent a0e52a1 commit 733432e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/tests/routes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 733432e

Please sign in to comment.