Skip to content

Commit

Permalink
Fix the fictional bsky URL example in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Feb 12, 2024
1 parent 5af3f74 commit 89f9757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@ async def handler_redirect(request):
("http:/", "http:///"),
("http:/example.com", "http:///example.com"),
("http:///example.com", "http:///example.com"),
("bluesky://d:i:d", "bluesky://d:i:d"),
("bluesky://profile/d:i:d", "bluesky://profile/d:i:d"),
)

NON_HTTP_URL_WITH_ERROR_MESSAGE = (
Expand Down

0 comments on commit 89f9757

Please sign in to comment.